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 #1572665
Header Font
Closed

Comments

  • ChristinaM1 started the conversation

    I have noticed the header font keeps changing even in the same post. DO you know how to fix this? 


    Many thanks 

  •  2,699
    PenciDesign replied

    Hi,

    I see it's the same fonts - Your heading fonts feel different because you changed font-weight for each heading tag from your editor.

    Example: http://prntscr.com/jgze6o


    Best Regards,

    PenciDesign

  • ChristinaM1 replied

    Hi There 

    I'm happy with the look of the H2 and the first H3 tag however if you scroll down the page some of the H3 tags seem to be in bold when I want them to be the same as the first H3 tag. can you tell me how I fix this? 

  •  2,699
    PenciDesign replied

    Hi,

    You can change font-weight for heading titles via Customize > General Options > Font Weight for Heading Titles > select "400"


    Best Regards,

    PenciDesign

  • ChristinaM1 replied

    hi 

    I looked at the customiser section and the only option I seem to have is the "Font Weight For Title" which only relates to the H1 tag which I want to keep as is. 

  •  2,699
    PenciDesign replied

    Hi,

    Ok, please try add more this code to Customize > Custom CSS to do that:

    .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6{ font-weight: 400; }

    But, inside your editor, you made some heading titles with a <strong> tag inside - It can't be change to font-weight: 400 - check this image: http://prntscr.com/jhiis9

    With this tags, you need to remove <strong> - un-bold ( It's B on your editor ) from your editor.


    Best Regards,

    PenciDesign