Id like to remove a javascript function. On the page, search functionality has two states, a regular one and an advanced one. All the javascript does is when you press ‘Advanced Search’ it ‘pulls’ down a new box with extra options.
I simply want all the options available, all the time.
The page with the search on is here: http://property.begbies-traynor.com
Anyone shed any light on this? Im pretty new to javascript.
remove this bold line
advanced-search {
display: none;
margin-bottom: -5px;
padding: 15px 0 0;
}
from http://property.begbies-traynor.com/wp-content/themes/property/style.css
and remove the button