I would like to remove the sale tag box from my website. Here is my website link https://pimp-your-animal.myshopify.com/ i want the green box with the word sale removed.
Solved! Go to the solution
This is an accepted solution.
Hi
add code assets/theme.scss.liquid bottom of the file
.price--on-sale .price__badge--sale {display: none !important;}
Hope this will work for you.
Thanks!
Thanks
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.price--on-sale .price__badge--sale { display: none; }
Hey @filip0801,
You can try this code:
.price__badges { display: none; }
I also suggest you add more details of the products in the list item description. It seems you are selling custom painting, which requires customers to provide more information. You should make it clear in the list items about the information required so that it's easier for customers to make decisions.
You can take a look at this article about personalizing product listing page to understand more about what to include within your collection page.
PageFly- Advanced Shopify Page Builder - Empowering 100.000+ active merchants.
Start Shopify 14 Day Free Trial & Pay $1 For Your First Month
This is an accepted solution.
Hi
add code assets/theme.scss.liquid bottom of the file
.price--on-sale .price__badge--sale {display: none !important;}
Hope this will work for you.
Thanks!
Any tips on how to do remove sales tab in Retina theme? Have tried pasting all the following codes into assets/theme.scss.liquid and none work:
price--on-sale .price__badge--sale {display: none;}
-------
.price__badges { display: none; }
-------
.price--on-sale .price__badge--sale {display: none !important;}
-------
.sale-item { display: none; }
User | RANK |
---|---|
230 | |
52 | |
50 | |
31 | |
31 |