Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #298300

    Hello,

    In a blog post, the H1 appears smaller than the H2 which is too big. Actually, I would like h1 to be the size of h2 and h2 to be the size of h1..
    I tried to fix this with advanced styles but couldn’t find how to impact blog posts only.

    How can I do it?

    Thanks for your help

    #298306

    Hi Emmanuelppp!

    Please try using following code to Quick CSS in Enfold theme options under General Styling tab adjust as needed

    .single h1 { font-size: 20px !important; }
    .single h2 { font-size: 18px !important; }

    Cheers!
    Yigit

    #298354

    It’s perfectly working, thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘H1 smaller than H2 in blog articles’ is closed to new replies.