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 #3357210
Change Font Style
Closed

Comments

  •  1
    Arun Tamang started the conversation

    I'm having difficulty changing the font style of the sub-headings (h2, h3, h4...). I couldn't find the particular default setting in the theme to change the font style of the sub-headings.

  •  2,280
    PenciDesign replied

    Hi,

    How the font style you want to show for these HTMl tags?

    PenciDesign,
    Best Regards.

  •  1
    Arun Tamang replied

    I want to change the font style of h2, h3s, and other sub-headings into Lato. Currently, it's in Open Sans. I just want to change the font style for sub-headings, not the main H1.

  •  2,280
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > General > Typography > Font For Heading Titles: change the font family on this option field.

    PenciDesign,
    Best Regards.

  •  1
    Arun Tamang replied

    Yeah, I did that, but it changed the font style for H1 as well. I want to change the font style for H2s and H3s specifically,  not for H1. I didn't find any default setting in the theme to do that.

    Required Font Style:
    1. H1: Open Sans (Bold)
    2. H2s and H3s (Sub-headings): Lato
    3. Body: Open Sans (Regular)

    Help me with the No.2 issue. I tried what you have done but it didn't get the job done. Let me know other suggestions...

  •  2,280
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body h1 {
    font-family: "Open Sans";
    font-weight: bold;
    }
    body h2,
    body h3 {
    font-family: "Lato";
    font-weight: bold;
    }
    body {
    font-family: "Open Sans";
    font-weight: normal;
    }

    PenciDesign,
    Best Regards.