• Hi,

    is there a way to disable the top menu on all pages? I want to customize my menu placement a bit more.

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

Viewing 1 replies (of 1 total)
  • Hi @winnetouch

    You could hide the default top menu area with this simple CSS code:

    #masthead,
    #masthead-mobile {
      display: none;
    }

    To apply it to your site, you can add it to your site’s Additional CSS that is located under the Appearance menu.

Viewing 1 replies (of 1 total)

The topic ‘Remove top menu’ is closed to new replies.