Why isn't my product page discount indicator working?

Tamires88
Tourist
12 0 0
 

Hi everyone, on the product page my discount indicator doesn't work when I choose percentage, it's always 0. I also need to decrease the size a little bit and change the colors with red background and white letters.

 

link  

password abc123


Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1569

hii, @Tamires88 
Paste this code on top of the theme.scss file.

s#ComparePrice-product-template {
    background-color: red !important;
    color: white !important;
    font-size: 20px !important;
}
span#ProductPrice-product-template {
    background-color: red !important;
    color: white !important;
    font-size: 20px !important;
}

Thank You.

Zworthkey
Shopify Partner
5581 642 1569

hii, @Tamires88 
Can you please tell me what you want with a discount?
Thank You.

Tamires88
Tourist
12 0 0

Hi @Zworthkey Zworthkey, thanks for help. 

Sry, but the code dont work. With the code I can change the colors, but the percentage calculation still doesn't work.

I want to calculate in % how much the customer will save. In this case, the right is 25%

Tamires88
Tourist
12 0 0

Hi @Zworthkey, can you help me?

thanks!