Hi,
What code can I use in the Quick CSS field to increase the size of the font of the navigation bar at the top right, the one containing all the pages?
Thanks.
Hi loyalzoo!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 16px; }
Regards,
Yigit
Dear Team,
I found this code to increase size of main and drop-down menu
#top .main_menu ul.menu li > a {
font-size: 14px;
}
#top .sub_menu ul.menu li > a {
font-size: 14px;
}
problem is that the size of the secondary menu Header (non-fixed header with additional Navigation and social icons) increases as well
how to keep that the default size?
How to move the social icons to the right of the secondary menu on the far side of the telephone number?
Thank you!
Hey!
Can you post the link to your website and point out which font size you would like to increase?
Regards,
Yigit
Dear Yigit: Same issue.
Just increased font size for the main menu. But wants to keep my sub menus to regular size. For your information. http://www.jaewoonlaw.com.
kindly let me know.
Hey!
Please remove the code you used for increasing the font size and use following code instead
.main_menu ul:first-child > li > a { font-size: 14px; }
Cheers!
Yigit
Dear Yigit: how can i remove the previous code, Pardont for ignorance. Thanks
Got it thanks