Change default fonts for all posts: H1, H2, H3 and body

Home Support Blog Way Change default fonts for all posts: H1, H2, H3 and body

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18297
    Anonymous
    Inactive

    Hi Blog Way

    I just purchased your theme on ThemeForest and I love it! However I am surprised to discover that I can’t change the default font size for my posts in the editor??? Does this mean that I have to use CSS? And if so – why is this not a feature when I choose the font type?

    If I have to use CSS – can you please tell me how to do this so that ALL my posts have the same size H1, H2, H3 and body please.

    All the best
    Mette

    #18313
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Unfortunately, the theme doesn’t have font size options so as you said, here is the custom CSS to change the font size.

    Please use the below CSS to change the font size for h1, h2, h3, and body

    .h1, h1 { font-size:24px; } /* all h1 tags */
    .h2, h2 { font-size:24px; } /* all h2 tags */
    .h3, h3 { font-size:24px; } /* all h3 tags */
    .body { font-size:24px; } /* body tags */

    However, it will not change the font size if any child node uses its own font-size rule, in this case, you have to add selector as “h2 > a”

    Hope this helps!

    Have a great weekend ahead!

    Regards,
    Team ProDesigns

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.