Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1409553

    Hallo,

    ich möchte auf Unterseiten das Hauptmenü ausblenden. Die Seite ist ein Onepager und das Hauptmenü verlinkt auf Sektionen dieser Seite mit scrollen. Wenn der Nutzer jetzt aber z.B. auf einer der wenigen anderen Seiten, wie Impressum oder Datenschutz ist, funktioniert das Menü ja nicht und soll daher auch nicht angezeigt werden. Wie kann ich das umsetzen?

    Danke!

    #1409569

    Hey janbornemann44,
    Thanks for your question, to hide the menu on every page except the homepage, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top:not(.home) #avia-menu {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to your site so we can take a closer look.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.