Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

font size

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6891
    micrem73
    Member

    Hi,

    default font size for posts and pages main content seems a bit small for me. Which properties of which css file should i change?

    #6899
    mmsatori
    Keymaster

    Hey Michelle,

    if you need to change the default font for post and page content, please add this custom CSS to the theme (preferably via a child theme, but you can also edit the theme’s “style.css” file directly in the “Appearance -> Editor” admin section):

    .post-content { font-size: 14px; }
    

    Sincerely,
    Andrii / Satori Studio

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