Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #801733

    Guten Abend!
    Ich habe ein paar Fragen zum Menü:
    1. Was muss ich tun, damit das Hauptmenü auf meiner onepage-startseite sofort sichtbar ist und nicht erst, wenn man scrollt?
    2. Ich möchte, dass auf der Startseite nur das Menü zentriert zu sehen ist. Ohne das Logo. Wenn man scrollt soll dann das Logo klein links davon erscheinen. ist das umsetzbar?
    Über eine Antwort würde ich mich sehr freuen!

    #801795

    Hey else_elsensen,

    I`ll assign your question to my co-worker that speaks German.

    Best regards,
    John Torvik

    #801863

    Hi there!

    1. In your Edit Page screen, check if Header visibility and transparency is “Header is invisible and appears once the user scrolls down”. Change this to something else, like “Transparent Header with border” or one of the other options, depending on your preference.

    2. You can try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    /* hide logo when not scrolled */
    #header:not(.header-scrolled) .logo { display:none!important; }
    
    /* center menu when not scrolled */
    #header:not(.header-scrolled) nav.main_menu {
        left: 25%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    I hope that helps!

    Best regards,
    Sarah

    #802823

    Wow!
    Thanks-a-lot for your smart solution!

    #802981

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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