What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Sale Tag Color

Solved

Change Sale Tag Color

WaataBlasters
Tourist
16 0 1

Is there a way to change the sale tag color? I found the color scheme it's associated with but when I change it, it changes the sale color and the border online with it. I want the sale tag nothing else.

Website

Screenshot 2024-11-25 152214.png

Accepted Solution (1)

Moeed
Shopify Partner
6359 1723 2084

This is an accepted solution.

Hey @WaataBlasters 

 

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

<style>
.badge {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1732568761370.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
6359 1723 2084

This is an accepted solution.

Hey @WaataBlasters 

 

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

<style>
.badge {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1732568761370.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral