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 #2111956
Change color of headings
Closed

Comments

  • ForPlanetWithLove started the conversation

    Hello Team,

    where can I change color of headings H1, H2, H3 etc. used in posts and also in pages?


    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS:

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{ color: #ff0000; }
    

    Change color code ff0000 to any color code as you want. You can get a color code here


    Best Regards,

    PenciDesign

  • ForPlanetWithLove replied

    Thank you! It worked.