Remove main menu (on top)

Viewing 3 posts - 1 through 3 (of 3 total)
  • #17082
    Welmoed
    Participant

    Hi!

    Is it possible to remove the main menu on the top and only have a menu on the left side of the screen? How can I do this?

    #17087
    Myleene
    Participant

    You have to add in your personnal css

    #access {
        display: none;
    }

    and add a menu in your sidebar in apprearence / widget in wordpress dashboard

    #17233
    Welmoed
    Participant

    Thanks! And if I only want the main menu not to display on the landing page (but to show on all others) what should I type in the personal css area?

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

You must be logged in to reply to this topic.