Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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,092
    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