Hi there
I want to remove the logo area above the menu, or at least reduce it.
I also want to style the sub menu I added at the bottom of the site exactly like the main menu. I can’t seem to remove the little dividers and I also cant change the font size of the submenu. Please help.
Thanks.
Hey fabienneBESD,
Add this to quick css:
.container.av-logo-container{
display:none!important;
}
#top .av-subnav-menu > li > a{
border-left:none!important;
}
Best regards,
Jordan Shannon
Great thank you!
We are almost there. I need to remove the bottom border as well and would like the font size the same as the main menu.
Hi,
Add this to quick css to increase the footer text size:
#menu-bottom a{
font-size:20px!important;
}
I’m not seeing the border that you’re speaking of.
Best regards,
Jordan Shannon
Underneath the bottom menu is this dark horizontal line:
Hi,
I see. Add this to quick css:
.av-submenu-container{
border-bottom:none!important;
}
Best regards,
Jordan Shannon
Amazing work, thank you so much! This topic can be closed now.
10/10
Hi,
I’m glad I was able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon