Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #428010

    Hi,

    I’ve run into a small issue where the post title is smaller than the sub headings on the page. I’ve left everything in the settings at default so I’m not sure why this is happening.

    If you look at the title, the font size for H1 is 21px and H2 is 28px.

    I would love to get some help in resolving this.

    sl

    #428768

    Hi slui!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:

    
    .single .entry-content-wrapper .post-title {
        font-size: 34px !important;
    }
    

    Regards,
    Günter

    #428905

    Hi Gunter,

    Where is the standard list of all the heading sizes in px in Enfold? I always feel that I’m kinda working blind.

    sl

    #428909

    Hey!

    You find the base settings in enfold\css\base.css line 79ff.

    But they may be overwritten. So you have to check with e.g. firebug, where the actual settings are coming from.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.