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 #3788585
White Header in Products
Closed

Comments

  • ccannes started the conversation

    Hello, I'm having trouble with my product pages in Woocommerce. 

    The heading is showing as white on the page (which can't be read). 

    Can you please let me know which setting I need to change so the heading will appear black like the rest of my text? 

    I've attached a screenshot. 

    Thank you! 

    Attached files:  Screenshot 2024-12-23 at 8.55.29 am.png

  •  2,658
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .woocommerce div.product .product_title {
      --pcheading-cl: #000;
    }

    Regards,
    PenciDesign.

  • ccannes replied

    Perfect! That solved the problem. Thank you so much!