I successfully got to a point where I was able to adjust the styling but 2 issues came up. First, the hover does not fill the nav area top and bottom. Second, my last link (Contact) is not active anymore. Suggestions?
Thanks!
Mike
Hey Mike!
Remove this from Quick CSS:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child {
width: 100%;
height: 55px;
}
.avia-menu.av-main-nav-wrap {
padding-top: 10px;
}
And add this instead.
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 55px;
line-height: 55px;
}
Regards,
Josue
Thanks! Quick question, how do I hide the search icon on the nav bar?
Mike
Hi!
There’s an option for that in Theme Options (Header > Extra elements).
Cheers!
Josue
Thanks!!
You are welcome, glad to help :)
Regards,
Josue