Tagged: submenu items
Hi guys, can you help me figure out how to change the size of the submenu items on my site with CSS? I’m trying to do it via the general settings but it’s not working.
Hey bobfurgo,
Add the following to quick css:
.sub-menu li a span.avia-menu-text{
font-size:15px!important;
}
Adjust the font-size to whatever you need.
Best regards,
Jordan Shannon
Thank you very much! Can you help me figure out how to change the line height as well? Currently whenever I try and change it, it changes the lineheight of the other menu items that are not a part of the sub menu. Thanks!
Hi,
Add this to quick css:
.sub-menu a{
line-height:10px!important;
}
Best regards,
Jordan Shannon
Hi! It didn’t work. :(
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon