Also the font is really big how do you change this if you look at the font on your example here http://inkthemes.com/wptheme/resumeway-architect/?demo_redirect=no#menu Then you look at my site http://eugenedunkley.com you will see my font is a lot bigger
Hello, You can set font-size according to you by apply following CSS in Custom CSS. Code: p { font-size: 12px; } That will resolve your issue. Thanks & Regards Yogesh Bhade
What about the font size of the navigation menu this still seems a little big? does it resize with the number of pages that are included in the navigation or can? Can you supply the code to resize the navigation text size please.
Hello, You can adjust font-size of navigation menu by adding following css in Custom CSS. Code: ul#sf-menu a { font-size: 14px; } That will resolve your issue. Thanks & Regards Yogesh Bhade
Thank you for resolving this issue, I have a few more issues open in different threads can you please assist with them.