Remove "search" magnifying glass
I would like to remove the "search" field in my menu. I already tried the following two CSS codes:
.search { display: none; } .module.widget-handle.search-widget-handle.left.hidden-xs.hidden-sm.toggle-search { display: none; pointer-events: none; }
That is what I found when i googled the issue but it did not work.
Thank you for your help.
Comments
Hello,
You do not have to write custom CSS to hide the search field.
You can disable it in Betheme -> Theme options -> Header & Subheader -> Extras.
Thanks
Thank you very much.