How change color for price?
This topic has 2 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Olga Barlow
How change color for price?
Hello,
Which one: regular or sale?
To change sale only use the following code
.price ins .amount {
color: #5454c3;
}
To change the regular one
.content-product .price, .product-content .price {
color: #343434;
}
Add the custom CSS to child theme style.css
Regards
The issue related to '‘How change color for price?’' has been successfully resolved, and the topic is now closed for further responses