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
  • #477
    akullander
    Participant

    Hi!

    Having trouble changing the font size in the CSS. Seems my values get overridden by something I can’t find with FireBug.
    Should be in the documentation imo.

    #483
    mmsatoristudio
    Member

    Hi Akullander!

    Initially, I haven’t created separate options for the font sizes in the Theme Options panel in order to keep the typographic balance of the theme (the default sizes have not been picked at random ;)). However, since I’ve gotten several support tickets on this issue, I think I will include the option to change the font sizes of body text and headings in the Theme Options panel in the upcoming theme update.

    Since font sizes are set both in the main style.css file and the lessframework.css file (which is responsible for adjusting the website elements on smartphone and tablet screens), you may need to add the !important declaration to make your css statements work, e.g.
    .normal, body, input, blockquote { font-size: 14px !important; }

    Sincerely,
    Andrew | Satori

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