Shopify themes, liquid, logos, and UX
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.
Please let me know if it works by giving it a like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Let’s create a unique website design with PageFly for free now!
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 |
---|---|
199 | |
152 | |
69 | |
46 | |
37 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023