niteshifte Posted September 21, 2023 Share Posted September 21, 2023 Hi there, Is it possible to remove the 'SALE' sign from one of my products? I know I can simply not have it on sale but i want to show potential customers that they are making a saving by buying a bundle of items. https://www.peterotoole.ie/shop/cork/cork-calendars Thanks very much! Link to comment
Solution Lesum Posted September 21, 2023 Solution Share Posted September 21, 2023 @niteshifte You can add this code snippet: .products.collection-content-wrapper .grid-item[data-item-id="650c5e90eee7aa2e266ef9e1"] .product-mark.sale { display: none !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
niteshifte Posted September 21, 2023 Author Share Posted September 21, 2023 4 minutes ago, Lesum said: @niteshifte You can add this code snippet: .products.collection-content-wrapper .grid-item[data-item-id="650c5e90eee7aa2e266ef9e1"] .product-mark.sale { display: none !important; } Incredible Sam! thank you!!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment