How do I remove the sale tag on the Express theme?

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

1 Like

Hello There,

Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.

@Jamesb253

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css ->paste below code at the bottom of the file.
.price--on-sale .price__badges {
    display: none;
}
1 Like

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

@Jamesb253

yes, please share your store url so i will check and guide you

qylt.us

1 Like

@Jamesb253

can you please confirm this look

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

1 Like

@Jamesb253

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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