HHCTB?
Thanks Warren... I did it as you suggested.. It was Easy Peasy!
Old Retired Guy
If it doesn't get the job done, let me know and I will make a video for you.
HHCTB?.... I will give it a go. Thanks Warren
It really is simple, as long as you don't panic. First backup any file you plan to change and in this case, all you need to edit is style.css (which may be named different in your theme) After it's backed up, click Appearance, Editor, Style.css to open it in the editor You can see all the different font sizes used on your site in this file. The one you want probably looks like this: body { font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 21px; background: #fff; color
Comments (24)
Cindy Bolley
16
HHCTB?
Thanks Warren... I did it as you suggested.. It was Easy Peasy!
Warren Contreras
14
Old Retired Guy
If it doesn't get the job done, let me know and I will make a video for you.
Cindy Bolley
16
HHCTB?
HHCTB?.... I will give it a go. Thanks Warren
Warren Contreras
14
Old Retired Guy
It really is simple, as long as you don't panic.
First backup any file you plan to change and in this case, all you need to edit is style.css (which may be named different in your theme)
After it's backed up, click Appearance, Editor, Style.css to open it in the editor
You can see all the different font sizes used on your site in this file. The one you want probably looks like this:
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 21px;
background: #fff;
color