• I just changed to the Masonic theme and I’m liking everything except my H2/H3/H4 headlines in my posts are too small, they don’t stand out enough. What’s the easiest way to set these headlines to a larger font size. I assume I need to add something in the custom CSS?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Please add the following CSS:

    .entry-content h2 {
    	font-weight: bold;
    	font-size: 24px;
    }
    
    .entry-content h3 {
    	font-weight: bold;
    	font-size: 18.72px;
    }
    
    .entry-content h4 {
    	font-weight: bold;
    	font-size: 16px;
    }

    These are the CSS selectors of the headings for post . Play with the font sizes and set your desired font size.

    Help link https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    Thanks and Regards,
    Ashesh

    Thread Starter richardmcgrath

    (@richardmcgrath)

    Thank you Ashesh!

    Hi there,

    Great to hear it worked for you, if you liked our theme and enjoying the support we would be thrilled if you drop a review. Your review would be an enormous help. And if you ever have a query please let us know.

    Thanks and Regards,

    Ashesh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make bigger H2/H3 headlines’ is closed to new replies.