Hi,
I would like to completely remove\disable the search icon (magnifying glass) in the Main Menu. Not only do I need all the space, I have a better search widget that i’d like to use in my sidebar.
Can you tell me how to elegantly (update proof) remove the default search icon from the menu bar?
And could you implement this simple option into a future release of the theme? I can imagine more users might want this, probably because of the same reasons I do.
My website: http://techplanet.nl/
Thank you 🙂
Hi,
I Think I saw some other people asking the same question. The answer was that they had to edit PHP files themselves. Surely there is a more elegant way, that also holds when the theme is updated?
Nobody wants to keep editting PHP files after every update.
So please, tell me how to do this elegantly and update proof. And implement this Search Icon on/off in the admin backend please.
Hope to hear from you asap
Hi Radu,
Wow! That was easy, and update proof 🙂
Now how do I make my last Main Menu entry use this free space?
Just take a look on my website (www.techplanet.nl) and you will see what I mean. The last entry called Forum should fit on the place where the magnifying glass used to be.
Can this also be solved using custom CSS, and therefore be update proof?
Thanks
Hi Radu,
Still waiting for your solution on how to fill the unused space formerly occupied by the Search Icon.
See screenshot here: http://goo.gl/2DI0iV
Thank you.
Hi,
You can do this with CSS but only by setting lowering the font size:
.sf-menu a {
font-size: 10px !important;
}
Or you can completely remove the search icon spot and extend the menu: http://screencast.com/t/jCgKv7UP and http://screencast.com/t/JsewTTwhW
Thank you, Emil G.
Hi Emil,
Lowering the font size is no option for me, that option does no good to the layout and looks of the website.
So I will go for option number 2, completely removing the search icon spot.
I presume this option is not update proof? I have to edit the PHP files EVERY time after an update?
If so, PLEASE implement the search icon spot ON/OF switch in the theme admin panel in a future update of the theme. Many people will thank you guys for this I am sure.
Thanks
Ehmmm..ok. 🙁
Your option nr2 introduces a new error. It screws up my logo!
Check here: http://goo.gl/R1TKQ5
Please inform me on how to completely remove the search icon spot without screwing up the logo? 🙂
Thank you…
Awaiting your answer
Hi Emil,
Could you not simply send me the menu-header.php file that should do the trick?
I followed these instruction to the letter:
http://screencast.com/t/jCgKv7UP, http://screencast.com/t/JsewTTwhW
So a screenshot of the php-file would also show these modifications.
Hope to receive the correct menu-header.php that A) deletes the search icon and B) makes the free space available for the main menu, C) without screwing up the logo.
Thank you,
Hi,
I can, please send me an email at contact@tagdiv.com , don’t forget the link to this post.
Thank you, Emil G.
It would be really great if you would allow users to Enable or Disable the Search element 🙂
