Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #991877
Menu
Closed

Comments

  •  2
    Ashish dhama started the conversation

    Is there a way to hide menu? I don't want menu bar on some particular pages

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    #site-header .primary-navigation {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Ashish dhama replied

    Hi I want  to hide the complete menu bar along with the logo. The css code you have given me it hides the menu only that bar remains as it is

  •  7,280
    Oliver replied

    Ok

    css:

    header#site-header {
        display: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver