• Hi,

    I was wondering if anyone knows the code for controlling the h1 font size that I could enter into the custom css section in WordPress rather than editing the original file on the FTP?

    Thanks,

    Robyn

Viewing 1 replies (of 1 total)
  • anonymized-13749270

    (@anonymized-13749270)

    Simple as

    h1 {
        font-size: _px;
    }

    ?

    apply !important (font-size: 22px!important;) to force override..

Viewing 1 replies (of 1 total)

The topic ‘custom css code for h1 font size’ is closed to new replies.