khansalman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Willingness] Can I remove the search from the header?Wpyogi has a valid point.
If you are using Child theme then you need to remove it from there but if you are using parent theme the you need to remove it from there.
Forum: Themes and Templates
In reply to: [Willingness] Can I remove the search from the header?Best I can advise before you do this.
Inpsect it with FIrebug and remove it from there and check it if you like or not.
If you feel its good for you then you can remove it from header.php
Forum: Themes and Templates
In reply to: [Willingness] Can I remove the search from the header?HI Cathy,
You can go to header.php file in your theme folder and you can remove this command from your header.php.
Hope this will resolve your problem 🙂
<div id=”header-right” class=”header-sidebar”>
<aside id=”search-box”><!–start of #search-box –>
<form method=”get” id=”searchform” class=”searchform” action=”http://kathrynskitchenblog.com/” role=”search”>
<label for=”s” class=”screen-reader-text”>Search</label>
<input type=”search” class=”field” name=”s” value=”” id=”s” placeholder=”Search …”></form>
</aside><!– end of #search-box –>
</div>Forum: Themes and Templates
In reply to: [Customizr] Change Headeryour welcome
Forum: Themes and Templates
In reply to: [Customizr] Change HeaderWell you can change it to #header in CSS or style.css
Hope this would resolve your query.
Regards,
Salman