Home › Forums › Trusted Pro › Change color – price tag › Reply To: Change color – price tag
June 12, 2018 at 3:47 pm
#4952
Yazmin
Keymaster
Hello Jan
Yes, with a small piece of ‘Additional CSS’ in the customizer
For the single product page in your screenshot
.woocommerce div.product p.price:before,
.woocommerce div.product p.price {
background: #00bc96;
color: #fff;
}
And, also for the product archives, categories etc.
.woocommerce ul.products li.product .price:before,
.woocommerce ul.products li.product .price {
background: #00bc96;
color: #fff;
}
change the background and the text color to any color you like