Tagged: header, main-menu, secondary menu
I want my secondary menu to stay visible at the top when visitors scroll down the page, just like the navigation menu does. Ideally, I’d also like to hide the thin gray link between the secondary menu and main menu.
Hey Adrianne,
Try adding the following to quick css:
#header{
margin-top:0px!important;
}
.header_color div{
border:transparent!important;
}
Best regards,
Jordan Shannon