Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #924659

    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.

    #924663

    Hey Adrianne,

    Try adding the following to quick css:

    #header{
    margin-top:0px!important;
    }
    
    .header_color div{
    border:transparent!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.