Support Forum

Change Font Size

LK Linda Kilbride
Linda Kilbride
Member

I already utilize the Font Resizer Plugin, but I would like to increase the size of the font independent of that at

http://www.goldminerrecipes.com

Is this where I change it in the Default.php?

  font-size: <?php echo($mainFontSize); ?>;

Now don’t laugh…..do I change the question mark at the end to the percentage that I want it?

Thank you.

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

Since you are using the default theme, which has overlays, you really should just change it in the overlay…  so go into the overlays directory and edit the overlay you are using… near the top, find

$mainFontSize            = ‘100%’;

and increase to what you want…

of course, we strongly recommend you edit your own theme and not ours to keep from losing changes on updates… see:  http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/