Search icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #948691
    Joseph Taylor
    Participant

    Hello,

    I’m running the Villagio theme but can’t get rid of the search icon in the header.

    I can’t find any Customize >> Theme Options that solve the problem as has been suggested as a solution for other themes on here.

    Disable search plugin also didn’t work (it stops the search from working but the icon is still there)

    Any help would be great. Thank you

    #949801
    Andre Flores
    Moderator

    Hello, Joseph!

    You may hide the Search icon simply by adding the following code under Appearance ->Customize ->Additional CSS:

    .search-icon-wrapper {
    	display: none;
    }

    If you need to remove the vertical line between social menu and the search icon, you may also add this one:

    .menu-top-right-container::before {
    	display: none;
    }

    Regards,
    Andre

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