- This topic has 3 replies, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Different Styling for each
Hi Ben
You should be able to target the form like:
.searchandfilter[data-sf-form-id='12']
{
/* rules */
}
You should add this to your themes CSS file, not into the CSS loaded by the plugin.
If you don’t see changes, it may be that the plugin CSS is getting loaded after your theme CSS – in that case you could try adding !important to your css rules.
Thanks
PS – adding classes is coming in the next update.
Thanks