Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44040
    Wilfried
    Participant

    Hi Sakin,
    I disabled entry titles and instead wanted to write my own titles and subtitles in the body text.
    I don’t know why but for example

    h1 { font-size: 14px; }
    h2 { font-size: 10px; }

    does not work. Any suggestions?

    Thanks
    Wilfried

    #44044
    Sakin
    Keymaster

    Hi Wilfried,

    You can add the the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-content h1 { font-size: 14px; }
    .entry-content h2 { font-size: 10px; }

    Regards,
    Sakin

    #44045
    Wilfried
    Participant

    Thanks for the swift response. Now it works!
    Wilfried

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to change font size of h tags?’ is closed to new replies.