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

Basic Font Size

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2233
    meglio
    Participant

    Hello.

    Please could you help me to change the basic font size for everything?
    The one used for posts’ text, menu etc.

    Is there an option in the theme’s options? I can’t find one.

    Regards,
    Anton

    #2234
    meglio
    Participant

    Also I can see this topic discussed a year ago:

    Font size

    So probably there should be such an option available already?

    #2240
    mmsatori
    Keymaster

    Hey Anton,

    first of all, thank you for the purchase!

    In order to change the font sizes in Origami, please go to the “Custom CSS” tab of the Theme Options panel and input one or more of the following snippets, depending on your needs (replace the figures that come after “font-size” to anything you wish):

    basic body font for posts and pages:
    .normal, body, input, blockquote { font-size: 12px !important; }

    menu items font size:
    #nav-secondary a { font-size: 10px !important; }

    page and post heading font size:
    #content h1 { font-size: 10px !important; }

    post headings on the blog page:
    #content h2 { font-size: 10px !important; }

    Should you need other fine-tuning, please let me know!

    Sincerely,
    Andrew / Satori Studio

    #2243
    meglio
    Participant

    Thank you, that worked well.

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