• Resolved adamwhittaker

    (@adamwhittaker)


    First of all, great work on the plugin, it works a dream!

    Is there a way to keep the search bar in its ‘open’ position as a search bar on the navigation bar? Currently it’s making the menu look unbalanced and I could do with keeping it extended and adding colour to the background before it is clicked on by the user.

Viewing 1 replies (of 1 total)
  • Plugin Author Manish Sharma

    (@findmsharma)

    Hi Adam,

    We are glad you liked the plugin. Regarding your question right now we don’t have a way to keep the search bar open in the navigation bar by default.

    You can try using the following custom css code to make it visible by default.

    
    #menu-item-siq-selectbox{
    	width: 300px!important;
    }
    #siq-menu-searchbox-wrap{
    	width:300px;
    }
    #siq-menu-searchbox-wrap #siq-expsearch-cont .siq-expsearch{
    	width:100%;
    }
    #siq-menu-searchbox-wrap.siq-search-open #siq-expsearch-cont .siq-expsearch-input{
        display: block;
        opacity: 1;
    }
    

    This code will work if you have added the search bar in menu using the option we have provided you in the backend of the plugin under “Using Icon in menu” setting in the Options tab.

Viewing 1 replies (of 1 total)
  • The topic ‘Colour of search Bar’ is closed to new replies.