Site logo

Archived topic

How to show a menu item on sticky navigation only?

3 replies · Started by Daniel on March 3, 2021

Viewing posts 1–4 of 4

Hello,

I have a menu item that I would like to remain hidden on all but the sticky navigation. I have assigned a custom CSS Class to the menu item already (iab-menu-item), but cannot find the proper CSS on the forum to show the item on the sticky menu only. Could you provide the custom CSS to accomplish this?

Thanks in advance,

- Daniel

Hi there,

try this CSS:

.main-navigation:not(.is_stuck) li.iab-menu-item {
  display: none !important;
}

Perfect! That did the trick. Thank you for the quick response.

Glad to be of help.

This archived topic is closed to new replies.