Hello,
Need help removing the word "Sale" from my product pages.
My site is: https://kraveunlimited.com/
Screenshot:
I've tried a few suggestions I've seen on the forum but none have worked for me.
One I have tried was:
.price--on-sale .price__badge--sale {display: none !important;}
The other I tried was:
.price--on-sale .price__badge--sale {
display: none;
}
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Cyrious, please try to add the following at the end of your Assets/theme.scss.liquid file:
.price-item__label--sale {
display:none;
}
Nice to hear!
Good luck with your store! It is looking really good imo!
Hello, @Cyrious. Glad to see you’ve found a solution to this!
Another way to go about it is to remove the wording within your language editor. If you go to ‘Online Store > Themes > Actions > Edit languages’ and search for “Sale”, you’ll be able to remove (or change) the default wording in the Products section as seen below. Take a look at the Help Doc on Changing the wording in themes for more info about this.
All the best!
Helen | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
User | Count |
---|---|
546 | |
209 | |
125 | |
80 | |
41 |