Tagged: secondary menu
All the examples within show how to increase the font size for the main menu. I am however looking to increase the font size of the secondary/top menu/the menu in the same area as. the phone number and on top of the header area. I also hoping to increase the height of this top menu area above the header section
Hey hingex,
use this code inside Quick CSS field:
nav.main_menu {
top: -30px;
}
and adjust as needed.
Best regards,
Andy
Hi, This is not what I am asking. I think you pasted the wrong code – the code you pasted moves the main menu up but does not increase the font size ?
There is the main menu and secondary menu. How do I increase the size of the fonts for the secondary menu ?
How do I increase the size of the fonts for the main menu ?
Hi,
use this code:
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 16px;
}
.av-main-nav > li > a {
font-size: 25px;
}
and adjust as needed.
Best regards,
Andy
That did it. Thank you