How do I remove the “Sale” badge on the product images on our collection pages? We are using Sense theme. Is it possible to still have a mark down sale but exclusively remove the badges from the images on collection pages only?
Hide badges on collection pages template for Sense theme and other Dawn based themes.
In the theme customizer add a custom-liquid section in the collection theme-settings and use the following style CSS.
Always backup themes before changing code.
To make it more permanent through out a site for any collection/grid set of products use the CSS above , without the tag, by adding it to the end of base.css.
Hello @Solset
I would like to give you some recommendations to support you
- Go to Online Store → Theme → Edit code
- Open your theme.liquid theme file
- Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Hi @Solset ,
This is Victor from PageFly - Advanced Page Builder. I would love to give you some recommendations
- Go to Online Store->Theme->Edit code
- Asset-> theme.css paste the below code at the bottom of the file
span.price__badge.price__badge--sale{display:none !important}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly team
