hello, i’m about: https://www.8theme.com/topic/regular-price-and-sale-price-color-change/#post-241532
can u help me again? 😀 sry for abuse
i’m tryin’ change color in the product page (regular and sale price)
This topic has 6 replies, 2 voices, and was last updated 5 years, 6 months ago ago by ProShop
hello, i’m about: https://www.8theme.com/topic/regular-price-and-sale-price-color-change/#post-241532
can u help me again? 😀 sry for abuse
i’m tryin’ change color in the product page (regular and sale price)
Hello,
Change the previous code to:
.content-product .price .woocommerce-Price-amount,
.single-product .price {
color: #81d742;
}
.content-product .price del .woocommerce-Price-amount,
.single-product .price del .amount {
color: #888888;
}
.content-product .price ins .woocommerce-Price-amount,
.single-product .price ins .amount {
color: red;
}
Regards
did not changed in products sale price color..
i use this code;
.price del .woocommerce-Price-amount {
color: red !important;
}
.price .woocommerce-Price-amount {
color: #007300 !important;
font-weight: bold;
}
is it ok?
Hello,
I am glad that you sorted out.
Regards
thank you <3
The issue related to '‘price color changing in Product’' has been successfully resolved, and the topic is now closed for further responses