search button?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #467809
    Juan Pablo Barbieri
    Participant

    good afternoon; I have a question. I want to hide the “search” button (the magnifying glass). How could I do it?

    #469438
    J. Davis
    Keymaster

    Hi Juan,

    You can go to Appearance>Customize>Additional CSS and add the style below:

    a.search-icon {
        display: none;
    }

    Best regards,
    John

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