Hi, I have 2 products displayed on the front of the site (travel theme) that are dark grey – but I want them to be white how do I change them?
Thank you!
Hey grwebs,
First off, thanks for using our theme :)
To fix it, just add this custom CSS code:
.woocommerce-loop-product__title { color: #fff; }
Best regards,
John Torvik
That did not work.
if you scroll down on the front page you will see :
Which district would you like to discover?
the 2 images with wording on them.. The words need to change to white words
Sorry
Hi,
The CSS John posted should work, could you try adding important to the statement maybe?
.woocommerce-loop-product__title {
color: #fff !important;
}
Best regards,
Rikard