Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180349

    Hi, how can I change a H4 heading to H2 without making the font size bigger (for SEO)?

    #180397

    Hey corly!

    Write it in plain HTML, assign it a class:

    <h2 class="smaller-heading">My h2 heading</h2>

    Then add this rule to the Quick CSS:

    .smaller-heading{ font-size:14px !important; }

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change H4 into H2 without making the font size bigger (for SEO)’ is closed to new replies.