Delate Sale Label

Solved

Delate Sale Label

spookeysES
New Member
4 0 1

Hello! How do I delate the sale text that appears on the products images on products page?

Accepted Solution (1)
websensepro
Shopify Partner
1203 131 152

This is an accepted solution.

@spookeysES 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.card__badge.top.left {
    display: none;
}
</style>

websensepro_0-1727446343034.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

View solution in original post

Replies 6 (6)

spookeysES
New Member
4 0 1

Captura de pantalla 2024-09-27 a las 15.36.49.png

websensepro
Shopify Partner
1203 131 152

Hi @spookeysES , kindly provide your store URL please. Thanks

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
spookeysES
New Member
4 0 1

spookeys.es

websensepro
Shopify Partner
1203 131 152

This is an accepted solution.

@spookeysES 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.card__badge.top.left {
    display: none;
}
</style>

websensepro_0-1727446343034.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
spookeysES
New Member
4 0 1

Thank you so much!

websensepro
Shopify Partner
1203 131 152

Glad it worked. Your most welcome. 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial