How can I hide the sale badge in Sense theme?

How can I hide the sale badge in Sense theme?

ALPHAᵍᵐ
Tourist
19 0 3

Hi can someone please help me figure out how to hide the sale badge with sense theme

 

Thanks in advance.

Replies 7 (7)

GemPages
Shopify Partner
5625 1262 1253

Hello @ALPHAᵍᵐ,

 

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

ZestardTech
Shopify Partner
5895 1064 1409

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

.card__badge.bottom.left {
display: none;
}
span.badge.price__badge-sale.color-accent-2 {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ALPHAᵍᵐ
Tourist
19 0 3

Hi thanks, the badge is still showing

ALPHA_0-1670311925745.png

 

ZestardTech
Shopify Partner
5895 1064 1409

Hello There,

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Ujjaval
Shopify Partner
1242 197 213

@ALPHAᵍᵐ 
Put below css into base.css file (online store->themes->asset->base.css)

.card__badge.bottom.left {
    display: none !important;
}
BlissFriends
Tourist
3 0 2

That worked perfectly! Thanks for sharing your skills!

PageFly-Victor
Shopify Partner
7865 1786 3115

Hi @ALPHAᵍᵐ ,

 

This is Victor from PageFly - Landing Page Builder App.
You can go to Online store => themes => actions => edit code  and add this code on file base.css

.card__badge{
display:none !important;
}


Hope this answer helps.
Best regards,
Victor | PageFly