• stickylabels

    (@stickylabels)


    I have not found an answer to this question anywhere.
    How can I remove the search icon from the top menu. I would like to see the magnifying glass gone.
    Thanks a lot 🙂

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello stickylabels,

    Try below css.

    Note : Don’t modify your theme. Use child theme for any modification.


    .topsearch {
    display: none;
    }

    Hope this will helps you.

Viewing 1 replies (of 1 total)

The topic ‘Remove Search Icon’ is closed to new replies.