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?
Solved! Go to Solution.
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.
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.
thank you for the response, where exactly do I do this?