Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear W,

    It seems like you applied the following CSS code to hide the header content on your “about us” page.

    
    #masthead {
        display: none !important;
    }
    

    To retain the navigation menu, you should use this one:

    
    #masthead .col-md-4{
      border: 1px solid transparent;
    }
    
    #masthead .col-md-4 a{
     display: none; 
    }  
    

    Regards,
    Kharis

    Thread Starter wcushen

    (@wcushen)

    Thank you so much for your help!

    Thread Starter wcushen

    (@wcushen)

    Actually, I did have one more question…

    How do I make the Nav bar, when the screen width becomes less than 991px, to sit on top of the SiteOrigin Editor image in my case (About Us page) – and hence be transparent? Just like it is for my Homepage.

    Thank you again,
    W

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Duplicate Nav menu’ is closed to new replies.