Hi!
I would like to change the size and color of our main and top menu:
But all the codes that I found in this forum does not work at our site.
Can you help me?
Regards
Sandra
Hey tredition!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sub_menu>ul>li>a:hover, .sub_menu>div>ul>li>a:hover {
color: white !important;
}
Best regards,
Yigit
Thanks! But that did not work.
But this works:
.menu-item-2752>a:hover {color: #46b57a !important;}
Cheers! Sandra
Now a last question.
I would like to highlight the current link in the top menu that is activated. I used this code in quick css:
#top .av-main-nav > li.current-menu-item a {
color: #46b57a;
}
But it does not work.
What do I have to change?
Regards, Sandra
Hi!
Please try following
nav.sub_menu .current-menu-item a {
color: #46b57a!important;
}
Best regards,
Yigit
That’s it! Thanks a lot!