Deprecated: La funzione get_currentuserinfo è deprecata dalla versione 4.5.0! Utilizza al suo posto wp_get_current_user(). in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Basic Font Size

New Front IT Support Forums Origami Theme Support Basic Font Size Reply To: Basic Font Size

#2240
mmsatori
Amministratore del forum

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