cancel
Showing results for 
Search instead for 
Did you mean: 

change search link in header to box

SOLVED

change search link in header to box

Hello,

By default the search box is a link, which when clicked opens a search box.
http://www.radmod.ca

Is to possible to make this a search box that is always visible?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: change search link in header to box

@justinblayney

 

You have to set class open where id="dropdown-search" is coming.

 

Currently dropdown class is available with search link and you can set open class with li tag.

Your search box is always Open.

 

If this response was helpful to you,consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this.

 

Thanks.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

2 REPLIES 2

Re: change search link in header to box

@justinblayney

 

You have to set class open where id="dropdown-search" is coming.

 

Currently dropdown class is available with search link and you can set open class with li tag.

Your search box is always Open.

 

If this response was helpful to you,consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this.

 

Thanks.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: change search link in header to box

thank you for the response, where exactly do I do this?