Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Can you just post a link to your CSS style sheet instead like so?
http://www.bbcooper.com/wp-content/themes/modularity-lite/style.css
If you can identify the CSS then you can try using modify the font size via a child theme or a custom CSS plugin.
Give this a read, it may help you figure out what CSS can/should be changed.
http://www.studiopress.com/tips/using-firebug.htm
It’s a pretty good tutorial on identifying CSS with Firebug.
For more theme specific advice then try the vendor that you obtained that theme from.
http://graphpaperpress.com/support/
Edit: Huh. That’s from the WordPress theme repo. I had no idea they did both. Anyways you posted in the right place here so perhaps someone can provide more specific advice. 😉
Sorry I don’t know what to do next?
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Which font do you want to increase? Can you provide a link to a post on your site and point to that as an example?
Basically everything, main text and headings. Thanks.
Sorry, perhaps I should say body text when I say main text
Does the theme have a custom CSS option under theme options? If not, first install a custom CSS plugin – so that your changes are not lost when the theme is updated – this one is good:
http://wordpress.org/plugins/custom-css-manager-plugin/
Once that’s set up, try adding this to the new CSS:
html {
font-size: 110%;
}
You can adjust that how you like.