After using the theme for a few weeks, I’m very happy with the value for the price. My one big annoyance is fonts.
Some of my issues:
1. I have no Google fonts selected on the typography page, yet Google fonts is still loaded on the website. I would like to have the choice to completely remove it and only use standard fonts.
2. Font sizes. We did a survey, and the majority of those surveyed found the font size too small. It seems the css for this theme is not written to use a single base font size and simply have all other font sizes in relation to it, so I’m wondering how I can easily increase font size across the entire site?
That’s my biggest issue. Font size is extremely difficult to manage in this theme. Every other theme I’ve used has a preset font size percentage that you can change by setting a base percentage (for example 120% to increase all font sizes).
This theme, however, will randomly specify 14px on an element, or a percentage. It’s very random.
As a result, I’m having to specifically target each individual element in my child theme css to change the font sizes to be larger! I’m rewriting the styles over and over to do something that could be far more simple.
Any input?