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 #1281198
Changing Heading Fonts
Closed

Comments

  • Matinl90 started the conversation

    Hello,

    I'd like to change the font and size for each of my headings. How can I do that? 

  •  2,699
    PenciDesign replied

    Hi,

    You can change font type for all heading title via Customize > General Options > Font for Heading Title.

    And this theme have a lot of place have headings, we can't supports change all places. Can you tell me where do you want to change it?


    Best Regards,

    PenciDesign

  • Matinl90 replied

    I want to changing Heading 2, 3, 4 styles and sizes for my posts. Now they are all the same font and have a very small size difference. 

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change heading titles size for h2, h3, h4 on the single posts, please add more this code to Customize > Custom CSS:

    .post-entry h2, .wpb_text_column h2{ font-size: 26px; }
    .post-entry h3, .wpb_text_column h3{ font-size: 24px; }
    .post-entry h4, .wpb_text_column h4{ font-size: 22px; }

    Change number 26, 24, 22 to the size you want.

    Best Regards,

    PenciDesign

  • Matinl90 replied

    Thank you!

    I'd also like to change the font style. What should I add for that? 

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try with this plugin.


    Best Regards,

    PenciDesign