Site logo

Archived topic

change sticky navigation logo position on frontpage

3 replies · Started by Steve on March 6, 2017

Viewing posts 1–4 of 4

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?

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;
}

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

You're very welcome :)

This archived topic is closed to new replies.