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 #1397128
Heading colors
Closed

Comments

  • jailya started the conversation

    Is there somewhere in Appearance settings how to change colour for all Headings 1 and 2? Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean you want to change colors for all H1 & H2 tags inside your posts/pages content?

    If right, please try add more this code to Customize > Custom CSS to do that:

    .post-entry h1, .wpb_text_column h1, .post-entry h2, .wpb_text_column h2{ color: #4b95d2; }

    Change color code 4b95d2 to any color code you want.


    Best Regards,

    PenciDesign