[Resolved] Display Search Icon only mobile menu

Home Forums Support [Resolved] Display Search Icon only mobile menu

Home Forums Support Display Search Icon only mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1031506
    webcréateur

    Hi there,

    How can we configure the customizer to display search icon only on mobile devices?
    http://prnt.sc/phl4cb

    Best regards.

    #1031526
    Leo
    Staff
    Customer Support

    Hi there,

    Add this CSS to hide the navigation search on desktop:

    @media (min-width: 769px) {
        .main-navigation li.search-item {
            display: none;
        }
    }

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

    Let me know if this helps 🙂

    #1031536
    webcréateur

    Thank you very much! 🙂

    #1031538
    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.