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

    Hi,

    I would like my H1 font size to be the same size as the H2 font size. I think I can make this change site wide by adding an entry to the Quick CSS field in the Enfold setting under the WordPress Admin. Is that correct?

    Can you tell me what CSS to add the make the H1 text size the same as the default H2 text size?

    Thanks,
    DSM.

    #405111

    Hi dsmcpherson!

    Please paste this in your Quick CSS or use the same values in Enfold–>Advanced Styling–>H2

    h2 {
    font-size: 34px !important;
    line-height: 1.1em !important;
    margin-bottom: 14px !important;
    }

    Regards,
    Rikard

    #405290

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change my H1 font style.’ is closed to new replies.