[Resolved] How to remove navigation search on mobile

Home Forums Support [Resolved] How to remove navigation search on mobile

Home Forums Support How to remove navigation search on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1108574
    Artem

    Hi,
    Is there any way to remove navigation search on mobile via customizer? I need a navigation search on desktop only.
    Thank you.

    #1108738
    Leo
    Staff
    Customer Support

    Hi there,

    CSS is required:

    @media (max-width: 768px) {
        .search-item {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/x

    Let me know if this helps ๐Ÿ™‚

    #1108984
    Artem

    Resolved.
    Thanks a lot.

    #1109251
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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