Make Search Box Always visible in Polished Theme
Polished Theme from ElegantThemes is one of the best WordPress theme.
One of the most frequently asked question about Polished theme is how to make the search box in the header to be always visible. By default, its invisible, and appears only after you click the magnifying glass icon.

To make it permanently visible, just add the following code at the end of Polished Theme’s style.css file.
#header #searchbox {
display: block;
}
display: block;
}
