Topic: Option to remove search bar from header
i would rather have it as a widget
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
i would rather have it as a widget
#searchbar { display: none; }
#searchbar { display: none; }
I would also like to remove the search bar. I new to WP and anything this tech. that said I have no idea where to input this code.
Please let me know.
Thanks!
Put it in the user.css located in your theme directory via editor/notepad
#searchbar { display: none; }
Cool, I finally found how to remove the searchbar.
Well actually this just hides it and doesn't remove it from the source code. Anyone know how to remove the searchbar the right way?
Last edited by NGP (2011-02-27 15:24:07)
extatix wrote:#searchbar { display: none; }
Cool, I finally found how to remove the searchbar.
Well actually this just hides it and doesn't remove it from the source code. Anyone know how to remove the searchbar the right way?
It's much easier to just do it with the CSS, but if you want to remove it from the header.php find:
<div id="searchbar"><?php get_search_form() ?></div>and remove it.
Last edited by oriolesprospects (2011-02-27 15:31:29)
NGP wrote:extatix wrote:#searchbar { display: none; }
Cool, I finally found how to remove the searchbar.
Well actually this just hides it and doesn't remove it from the source code. Anyone know how to remove the searchbar the right way?
It's much easier to just do it with the CSS, but if you want to remove it from the header.php find:
<div id="searchbar"><?php get_search_form() ?></div>and remove it.
I like your tips.Its really helpful.Thanks
you can go areas and sidebars widget in the theme options, then to Display Area Research widget on the right side of the header, set it to hide the search box ,then you will fix the problem.
Last edited by goicon0211 (2011-03-24 06:41:54)
great removing the code from header.php also worked from me.
is there a way to add an adsense code instead? i would be really grateful if you could tell me !:)
thanks in advance
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.036 seconds, 12 queries executed