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?
You have to add in your personnal css
#access {
display: none;
}
and add a menu in your sidebar in apprearence / widget in wordpress dashboard
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?