The reason I paid the $9 was to get what I perceived was an enhanced theme with some support. I really just wanted to change some of the font sizes – the menu is astonishingly small and the body text is HUGE.
I’m hoping I can do this soon – our business is counting on it and we really like your theme.
Thanks, Darin
Hi Darin,
The reason why you see the issue with installing the theme is because you are trying to install the Theme package. You will first need to unpack the main package. In there you will find the theme zip, the child theme zip and documentation. The Documentation will exactly explain how to install the theme (basically how you’ve done it, but with the right zip file).
The Premium version does not ship with extended features but comes with a full documentation, child theme, demo content and support. If you are unhappy with your purchase I am also happy to offer you a full refund.
In order to change the font sizes you will need to do adjustments to the CSS, which is best done via JetPacks custom style feature, or by installing the child theme.
The Menu uses the following CSS attributes:
.nav-menu li a {
font-size: xxxrem;
}
And the body text can be altered using the body CSS selector:
body {
font-size: xxxrem;
}
Best,
Daniel