I would like to know how I can increase the font size of the secondary menu.
Thanks!
Hey keifygeorge!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 14px;
}
Regards,
Yigit
I need to increase the font size of the menu above the logo to a 15px (top menu) (actually want that in a cream color bar like the main menu as well). and I want to make the font size on the main menu below the logo to a 16px or 17px font (depending on space).
Link to image: https://www.dropbox.com/s/qxz0i7xuh6yqfmo/Screenshot%202016-03-10%2009.56.52.png?dl=0
Link to website: http://ellytaylor.net
These are all things I’ve tried; none of which have worked, as well as in the advanced styling which doesn’t seem to override anything at this point – even the heading fonts.
#avia-menu .avia-menu {
font-size: 20px !important;
}
#header_main .container, .main_menu ul:first-child > li a {
line-height: 88px;
font-size: 20px !important;
}
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 16px;
font-color: #FFF7EB !important;
}
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
nav.sub_menu * {
color: #FFF7EB!important;
font-size: 16px;
}
and then go to Enfold theme options > Advanced Styling and edit “Main menu links”.
If that does not help, please start a new thread and post login credentials privately. If you post them here, creator of this thread will be able to see them as well
Best regards,
Yigit
nope, still nothing…