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 #1598292
custom colors
Closed

Comments

  • sonorita started the conversation

    Hello,

    I'd like to know how to do 2 things:

    1. Change the color and font of the H2 and H3 headings

    2. Change the color and font of the page titles

    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    1 & 2/ This theme supports you can change font for all your heading titles via Customize > General Options > Font for Heading Titles

    To change color for h2 & h3 on single post pages, please add more this code to Customize >Custom CSS:

    .post-entry h2, .post-entry h3, .wpb_text_column h2, .wpb_text_column h3{ color: #ff0000;  }

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

    To change the color for page titles, please add more this code to Customize > Custom CSS:

    .penci-page-header h1{ color: #ff0000 }
    

    Change colour code ff0000 to any color code you want.


    Best Regards,

    PenciDesign