[Resolved] How to remove the off canvas filter from top menu

Home Forums Support [Resolved] How to remove the off canvas filter from top menu

Home Forums Support How to remove the off canvas filter from top menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1166516
    Susan

    I’m sure this something obvious that I’m missing; I’d like to have the off canvas filter in a hook before product loop, I’ve done this, will tweak CSS later, but it also appears in the top menu. I see how the GP Niche has done this, so I know it’s possible, but I can’t seem to find where in the settings or code this is achieved.

    I don’t have off canvas filter set up in any other menu so not sure how it’s appearing in the top menu.

    I’ve provided an example of the issue in a bare bones example.

    Thanks for your help,

    SK

    #1166650
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    .main-navigation .menu > li.slideout-toggle {
        display: none;
    }

    Let me know ๐Ÿ™‚

    #1166840
    Susan

    Thanks; of course. Love this theme; thanks for quick reply.

    #1167299
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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