Sale price color issue

Sale price color issue

TBS2023
Shopify Partner
248 1 22

I have added this code in order for my sales prices to be in a different color. However some prices are not chaging color.

.grid-product__tag--sale + a .grid-product__price {
color: #b22222;
}

 

https://www.thebodyshop.se/collections/green-offers

 

Does anyone know why

 

Replies 2 (2)

DaisyVo
Shopify Partner
3434 393 475

Hi @TBS2023 ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.grid-product__tag--sale + a .grid-product__price {
color: #B22222 !important;
}

Here is the result:

DaisyVo_0-1737619255586.png

 

Please let me know if it works!

Best,
Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
TBS2023
Shopify Partner
248 1 22

no still some prices are in green 😞