Site logo

Archived topic

Buttons on Sticky Navi

3 replies · Started by Jenny on July 27, 2021

Viewing posts 1–4 of 4

Hello again :)

can anyone have a look on this two buttons?
I just need this both in the first Navi when I scroll down. Not before. Is there a possibility to do this?

https://ibb.co/GCVKgLx

Thank you a lot 🌻
Jenny

Hi there,

add this CSS:

.main-navigation:not(.is_stuck) .hide-on-static {
    display: none;
}

then edit the button you want to hide on the 'non sticky' menu and in the additional CSS classes field add: hide-on-static

If you have multiple classes in the Additional CSS Classes field, make sure there is just a space between them eg.

class-1 class-2

Also resolved :) thank you David 🌻

Glad to hear that!

This archived topic is closed to new replies.