- This topic has 1 reply, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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
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
This website uses cookies
By clicking “Accept All”, you agree that we can store cookies on your device and disclose information in accordance with our Cookie Policy
Necessary Cookies
These cookies are essential for website functionality and cannot be disabled.
Advertising
These cookies, set by us and our advertising partners, aim to give you useful content and measure how well it works.
Analytics
These cookies help us improve performance by tracking user interactions on our website.