You can change font size of body element and it should affect all other elements, but some have additional sizing applied so if that will not do what you want, you need to specify each element.
To correct body font size:
Please edit: /templates/gk_simplicity/css/override.css and add at its end:
- Code: Select all
body {font-size: 30px;}
Remember to enable "CSS override" in template settings - advanced section.