Shopify themes, liquid, logos, and UX
Hello, I want to keep the sold-out tag and also the strikethrough price but I don't want to have a black 'sale' tag. Any idea how I can get rid of this?
Solved! Go to the solution
This is an accepted solution.
Go to Online Store > Themes > Actions > Edit code and open the file assets/theme.css (or theme.css.liquid or something similar) and add this at the bottom of the file:
.grid-product__tag--sale {
display: none;
}
What's the address of your store? If you have a storefront password set under Online store > Preferences, please post that here too or disable it, otherwise we can't see your storefront. (NOTE: Do NOT post your admin password here, only the storefront password).
Sorry you are facing this issue, it would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
Go to Online Store > Themes > Actions > Edit code and open the file assets/theme.css (or theme.css.liquid or something similar) and add this at the bottom of the file:
.grid-product__tag--sale {
display: none;
}
This worked perfectly! Thank You!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025