This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hi,
please see this homepage:
http://site3.gamesworldpc.co.uk/
I need to obviously display price & the words “exc vat”
I need the price to be a different colour & I also need the text “exc vat” in another different colour.
Can you help with this please?
I tried to change to reflect the above but it changed both to the same colour.
Hello,
Try to use this code in Custom CSS:
.woocommerce-Price-amount.amount {
color: green;
}
.woocommerce-price-suffix {
color: blue;
}
Regards
nope that did not work…
I even tried:
.woocommerce-Price-amount.amount {
color: #e92a2d !important;
}
.woocommerce-price-suffix {
color: #000000 !important;
}
Thank you!
Hello,
You’re welcome!
Regards
The issue related to '‘Vat and price colour change’' has been successfully resolved, and the topic is now closed for further responses