Shopify themes, liquid, logos, and UX
Hello,
does anyone have a code to remove the sale badge on the collection page? I use dawn theme
miyucollective.com
Hey @Nienke_pr
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
{% if template contains 'collection' %}
<style>
.card__badge {
display: none !important;
}
</style>
{% endif %}
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Nienke_pr
Try this one.
div#ProductGridContainer .card__badge.bottom.left {
display: none;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hello @Nienke_pr
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.card__badge.bottom.left {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @Nienke_pr
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to remove sale badge.
.card__badge { display: none !important; }
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024