These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Submit Button Not Working in Certain Situations
Tagged: search button
The white text CSS (you can, if you learn how, figure this through using the object inspector in your browser) on the submit button and the border around the search box:
.searchandfilter input[type="submit"] {color: #fff !important;}
.searchandfilter input[type="text"] {border-color: #ccc;}