Trying to figure out how to remove sale tag on express theme, tried other ways I’ve seen for other themes but to no avail. Please help
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.min.css ->paste below code at the bottom of the file.
.price--on-sale .price__badges {
display: none;
}
That worked for the “sale” tag but I would like to remove the “from [price]” tag as well, I thought they would be tied together but they weren’t.. sorry
yes, please share your store url so i will check and guide you
On my end it shows a red “from [price]” but if it isn’t there for guests then it isn’t a big deal. I opened the website myself and its there for me
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.min.css ->paste below code at the bottom of the file.
span.price-item.price-item--sale {
display: none;
}
I know I’m being picky, and I’m sorry but is there a way to get rid of the previous price and use the actual price? thank you for all your help.
if need just remove from text so please share product card code so i will check and update