hello, can u assist me? how can i change Regular price and sale price? when i try to change regular price as GREEN, sale price (with line) changes too..
woocommerce-Price-amount.amount {
color: #81d742;
}
This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago ago by ProShop
hello, can u assist me? how can i change Regular price and sale price? when i try to change regular price as GREEN, sale price (with line) changes too..
woocommerce-Price-amount.amount {
color: #81d742;
}
Hello,
.content-product .price .woocommerce-Price-amount {
color: #81d742;
}
.content-product .price del .woocommerce-Price-amount {
color: #888888;
}
.content-product .price ins .woocommerce-Price-amount {
color: red;
}
Regards
thanks <3 ^_^
The issue related to '‘regular price and sale price color change’' has been successfully resolved, and the topic is now closed for further responses