Our Invent theme includes a search box that only displays on mouse-over.
For those of you wanting the search box to display at all times, just add the following CSS to the bottom of your theme's CSS file:
#Search #SearchContainer { overflow:visible !important; width:30px !important; }
#Search #SearchField { margin-left:-160px !important; }
#Search #SearchLink { display:none !important; }
That's it!
Comments