- This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
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 › border radius CSS
You have this:
.sf-field-search input, .sf-field-search label {
display: block !important;
width: 100% !important;
border-radius: 30px;
}
You should use this:
.searchandfilter[data-sf-form-id="15236"] .sf-field-search input, .sf-field-search label {
display: block;
width: 100%;
border-radius: 30px;
}
.searchandfilter[data-sf-form-id="15236"] li[data-sf-field-input-type="select"] select,
.searchandfilter[data-sf-form-id="15236"] .sf-field-submit input {
border-radius: 30px;
}
Please note that we are now closed for the day as it is gone 5PM here in the UK. For any further replies, I will be back on again tomorrow.