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 #1502992
Typography
Closed

Comments

  • cureviet started the conversation

    Howdy, 

    I'd like to know where on the theme setting do I touch to make further adjustments of typography, such as font weight, line weight, padding, letter spacing, different heading fonts applied for H1, H2,...

    I own 3 blogs now with the other two using another theme doing it with no problems. They have a typical typography that allow me to do that. 

    thanks,

  •  2,699
    PenciDesign replied

    Hi,

    We just can help you change font-size, font weight, line weight, padding, letter spacing for heading titles inside posts. Please add more this code to Customize > Custom CSS to do that:

    .post-entry h1, .wpb_text_column h1{ font-weight: bold; line-height: 1.4; letter-spacing: 2px; font-size: 32px; }
    .post-entry h2, .wpb_text_column h2{ font-weight: bold; line-height: 1.4; letter-spacing: 2px; font-size: 28px; }
    .post-entry h3, .wpb_text_column h3{ font-weight: bold; line-height: 1.4; letter-spacing: 2px; font-size: 24px; }
    .post-entry h4, .wpb_text_column h4{ font-weight: bold; line-height: 1.4; letter-spacing: 2px; font-size: 20px; }
    .post-entry h5, .wpb_text_column h5{ font-weight: bold; line-height: 1.4; letter-spacing: 2px; font-size: 18px; }
    .post-entry h6, .wpb_text_column h6{ font-weight: bold; line-height: 1.4; letter-spacing: 2px; font-size: 16px; }

    Change values like:  bold, 1.4, 2px and font-size value to any value you want for each heading titles.


    Best Regards,

    PenciDesign

  • cureviet replied

    Sorry for missing title & paragraph font format, please provide me with those two code possible,

    thanks,

    Just place here to save: 

    .post-entry h1, .wpb_text_column h1{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 28px; }
    .post-entry h2, .wpb_text_column h2{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 26px; }
    .post-entry h3, .wpb_text_column h3{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 24px; }
    .post-entry h4, .wpb_text_column h4{ font-weight: 400; line-height: 1.1; letter-spacing: -1px; font-size: 22px; }
    .post-entry h5, .wpb_text_column h5{ font-weight: bold; line-height: 1.1; letter-spacing: -1px; font-size: 18px; }
    .post-entry h6, .wpb_text_column h6{ font-weight: bold; line-height: 1.1; letter-spacing: 0px; font-size: 16px; }

  •  2,699
    PenciDesign replied

    Hi,

    For posts title, please use this code:

    .header-standard .single-post-title{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 28px; }

    For posts title, please use this code:

    .post-entry p{ font-weight: 400; line-height: 1.5; letter-spacing: 0px; font-size: 15px; }

    Best Regards,

    PenciDesign