Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #445023

    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

    #445026

    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

    #445530

    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

    #446162

    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

    #446251

    Hi,

    This is exactly what I mean. Thank you!

    With regards.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce titels under products are not readable’ is closed to new replies.