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 #2190146
Text Color H2
Closed

Comments

  • mariannaian started the conversation

    Hi, I'd like to know if it's possible to change colour of H1 and H2 in a blog post and how. Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    You can do that by add more this code to Customize > Custom CSS:

    .post-entry h1{ color: #ff0000; }
    .post-entry h2{ color: #0000ff; }

    Change color codes  ff0000 and 0000ff to any color code as you want.


    Best Regards,

    PenciDesign