Tagged: colors, titles, woocommerce
Hi,
I use woocommerce. But the titles under the products aren’t readable because they are in white.
I am talking about the tekst “Misschien vindt u deze ook leuk…” (in English: You may also like….”).
Also I want to change the color of the product titels (in the boxes), but not the other titels.
With regards
Hi Linden_Mobile!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .upsells.products h2 {
color: #888!important;
}
Regards,
Yigit
Thank you!
But I also want to change the color of the titel of the individual products.
See this https://www.dropbox.com/s/e8g9ze3mfqpacwa/Schermafbeelding%202015-05-18%20om%2009.11.52.jpg?dl=0
to understand what I mean.
With regards
Hi!
Use this in the Quick CSS field to change the product title color:
.products .product h3, .products .product h4, .products .product h5, .products .product h6 {
color: red !important;
}
Cheers!
Ismael
Hi,
This is exactly what I mean. Thank you!
With regards.