[Resolved] change sticky navigation logo position on frontpage

Home Forums Support [Resolved] change sticky navigation logo position on frontpage

Home Forums Support change sticky navigation logo position on frontpage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287659
    Steve

    Hello again,

    under customize -> Layout -> Primary Navigation there is the option “Sticky Navigation Logo Position” and normally i want it on “Sticky – navigation logo only in sticky navigation”.

    Is there a way to set it to “Sticky + Static” only on the Frontpage?

    #287771
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try forcing the sticky logo to display on the static menu on the home page only with this CSS:

    .home.sticky-menu-logo .main-navigation .navigation-logo {
        display: block !important;
    }
    #287776
    Steve

    It works at the first try, thank you very much.

    #287789
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

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