Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3219992
Black title on Products
Closed

Comments

  • ccannes started the conversation

    Hello, I can't figure out how to make the title of the featured product post white on this page. 

    I've attached a screenshot. 

    When I edit the product, the title appears white. But when I publish the product, the title goes black.

    Thanks

  •  2,736
    PenciDesign replied

    Hi,

    This is a WooCommerce block from the Gutenberg plugin, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wc-block-featured-product__title {
        color: #fff;
    }

    Regards,
    PenciDesign.



  • ccannes replied

    Thanks but that did not fix the problem. I added it custom CSS and nothing changed. 

  • ccannes replied

    Here is the screenshot FYI (see attached)

  • ccannes replied

    Sorry it's attached here

  •  2,736
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .wc-block-featured-product__title {
        color: #fff !important;
    }

    Regards,
    PenciDesign.


  • ccannes replied

    That worked! Thank you so much :)