If you liked this article, you may also like: |
In my opinion Twenty Eleven theme is really getting good response from self-hosted WordPress community. Everyday I am getting new customization tips requests for Twenty Eleven theme. Here is another small customization tips Twenty Eleven theme requested by one of our readers.
Remove Search box from Twenty Eleven theme
If you want to remove the search box from Twenty Eleven theme, go to Dashboard > Appearance > Editor. Now select header.php file and the following piece of code:
1 | <?php get_search_form(); ?> |
You should find it twice, remove both occurrences and save the changes.
Hide Search box from Twenty Eleven theme
Did you read your last post on Twenty Eleven child theme? I am going to show you how you can use your child theme to hide the search box. Go to Dashboard > Appearance > Editor and select the style.css of your child theme. Add the following piece of CSS code in that file.
1 | #searchform { display:none; } |
That’s it.
Jinnat Ul Hasan
DO YOU NEED OUR HELP?
Contact our experts, most of the time we assist our readers free of charge.Those who found this page were searching for:
- how to remove the 2011 theme search
- hide twenty eleven search
- removing search bar from wordpress 2011 theme
- twenty eleven search box hide with css
- wordpress twenty eleven remove edit button
- wp remove search box from child theme
- hide search plugin wordpress
- remove the search field in twnety elven
- how to remove proudly powered by wordpress twenty eleven
- how+remove+search+from+wordpress+header





{ 6 comments… read them below or add one }
Hi,
Thanks for the advice (I am using a child theme for twenty eleven). My question is: Can I still use the search widget on the sidebar? After I hid the serach box from the header, the search widget was hidden as well. I want no search bar in the header, but I need a serach bar in the sidebar…
Yes, I believe you will be able to use the search option on your sidebar.
Feel free to contact us for further assistance.
Thank you.
Man thank you !
I have been trying to remove my search box in WordPress for a while now and everything I read didn’t work. I’m so thankful I found your website! Worked like a charm. I will be coming back for more tips when I get stuck. Thank you very much!
You are welcome. Glad that our tips worked for you.
Its really helpful for me. I am the regular reader of your bangla blog. Thanks