• Hi all, does anybody know and is there a way to remove the menu bar from the page? I want to have a line bar below the title where you can click directly to the other pages, not to have the menu. thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • to the style.css search the name of the menu :

    example menu-left or toggle-menu; and type in your custom CSS

    .toggle-menu {
    display:none;
    }
    .menu-left {
    display:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Menu’ is closed to new replies.