Hi,
found the code to hide the search icon on the desktop, but how to remove the search incon completely, so also on mobile devices?
Hey Roderick,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan,
it’s http://www.wphelden.nl/ I placed
#menu-item-search {
display: none;
}
But I also want to hide it on mobile …, so basically I do not want the search icon at all ;)
Hi,
Try this:
@media only screen and (max-width: 767px) {
#menu-item-search {
display: none;
}}
Best regards,
Jordan Shannon
hi, where should I paste the code? I can not find a way to delete the search icon, Thanks!
Hi,
Apologies, you will add this code to quick css under Enfold Options > Styling > Quick CSS
Best regards,
Jordan Shannon
I just tried it, but it’s not valid. follow the search icon, Is there another method to eliminate it?, Thanks
What Sergio says, it doesn’t work through Enfold’s quick CSS
Hi all,
There might be an error in Quick css, that’s why the code does not work.
Please validate the code you have in there.
If it’s valid, give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria