Your Time:
Our Time:
← Back to discussions

Search Button on Primary Menu

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago by Anonymous.

  • 2017-06-23 at 8:07 am
    Support Expired
    #20949
    gibbswf
    Participant
    • Topics: 1
    • Replies: 2
    • Total posts: 3
    • Post count: 2

    Is it possible to remove the search button from the primary menu? If so, how could I do this?

    2017-06-23 at 11:33 am
    #20953
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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>
    2017-06-23 at 7:42 pm
    Support Expired
    #20999
    gibbswf
    Participant
    • Topics: 1
    • Replies: 2
    • Total posts: 3
    • Post count: 2

    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?

    2017-06-27 at 10:23 am
    #21008
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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.

    2017-07-06 at 5:28 pm
    #21158
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    We are setting this topic to be resolved. If you wish to update this topic please reply here instead of creating another topic.

You must be logged in to reply to this topic.