How to Hide Stick Nav Button On Mobile

  • Hi Guys,

    How do I hide the button in the stick nav on mobile?

    Iwant to put it in the mobile menu (I can do this, don’t need help)

    Thanks

  • Hello.

    Use this CSS:

    nav.main-navigation.is_stuck .nav-button {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.