Hello,
I have gone through 8-10 answers you gave on how to change the top menu font size. It worked at the 6th attempt for one of my 2 websites using Enfold, but no way for the second one, neither through advanced stylesheets nor with 4 different CSS codes I found from different moderators.
I add private admin contact so that you can review things ;-)
Thanks in advance,
Olivier.
Hey OlivierCharlot,
By “top menu” you mean the “main menu” correct?
Please check the documentation guide to change the main menu font size https://kriesi.at/documentation/enfold/menu/#main-menu
#top #header #avia-menu .menu-item > a > .avia-menu-text {
font-size: 17px;
}
Result :
Best regards,
Vinay
Hi,
Thanks for the login details, though the WordPress login screen is giving me the same error as in Vinays screenshot. Are you blocking country IPs outside of Spain maybe?
Best regards,
Rikard
Hi Olivier,
Thanks for the update, though I’m still getting the same error on the login screen. Please see private.
About your problem; you want change the font size of the drop down menus, correct? If so then please try this CSS:
nav.main_menu .sub-menu .avia-menu-text {
font-size:12px !important;
}
Best regards,
Rikard