Sale Badge color customization - Motion theme

Solved

Sale Badge color customization - Motion theme

Sivadarshan
Shopify Partner
241 1 35

I'm using a Motion theme in that I need to change the color of the sale badge everywhere, 

 

I need this color:

 

Sivadarshan_0-1738036199735.png

 

Website link: https://duaxwj8kla8oyl49-67925410094.shopifypreview.com

 

Thanks in advance

Accepted Solution (1)

CodingFifty
Shopify Partner
613 97 116

This is an accepted solution.

Hi @Sivadarshan,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.grid-product__tag.grid-product__tag--sale {
    background: #102294 !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
613 97 116

This is an accepted solution.

Hi @Sivadarshan,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.grid-product__tag.grid-product__tag--sale {
    background: #102294 !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com