Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #778538

    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!

    #778567

    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

    #779994

    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

    • This reply was modified 7 years, 7 months ago by grwebs.
    #780326

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.