Default font size for regular page text – can I change it?

  • Author
    Posts
  • #3362

    Andrew Misplon
    Keymaster

    Hi John

    Thanks for your question. The font size is set by the theme’s stylesheet. If you’re using Ultra Premium you can head over to Appearance > Customize > Theme Design > Content and change the Text Size setting there. Alternatively, in Ultra Free you can install a plugin called Simple Custom CSS from Plugins > Add New, just search for Simple Custom CSS in the search bar top right. Once activated, go to Appearance > Custom CSS and insert the following:

    /* Content Font Size */
    #primary label,#primary button,#primary input,#primary select,#primary textarea,#primary p,#primary ul,#primary ol,#primary table,#primary dl,#primary address,#primary pre,.paging-navigation,.page-links,.site-main .comment-navigation,.site-main .post-navigation {
        font-size: 14px;
    }

    14px is the default, you can change that value as required.

    Hope that helps.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Scroll to top