This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago by Anonymous.
Viewing 5 posts - 1 through 5 (of 5 total)
Find for the given code below in storeup/headers/header-style1 and header-style5.php files and remove it.
<div class="icn_wrap">
<div id="ivaSearch" class="ivaSearch icnalign"><i class="fa fa-search fa-1"></i></div>
</div>
<div id="ivaSearchbar" class="act">
<div class="inner">
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<input type="text" value="" name="s" id="s" placeholder="<?php echo esc_html__( 'Search here...', 'storeup' ); ?>" class="ivaInput headerSearch" />
<span class="search-close"><i class="fa fa-close fa-1"></i></span>
</form>
</div>
</div>
Pam:
I am using header-style1 and following your instructions I was able to remove the search button, thank you. The reason I wanted to do this was to extend the area that the primary menu has before it wraps around to the next line. I thought that by removing the search button it would do this, unfortunately it did not. The search button is no longer visible but the primary menu still wraps to the next line at the same position. Is there a way to extend the length of the primary menu before it wraps around to the next line?
If you create more menus then definitely the menus will get wrap to the next line. It’s better to create some menus in dropdown.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.