Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ASP Filters Box Disappears › Reply To: ASP Filters Box Disappears
May 27, 2021 at 8:13 am
#33460
Keymaster
In that case, if you want to target a single search instance with a custom code, then you can use the search ID in the CSS classes, for example:
div.asp_w.asp_sb_14.searchsettings {
display: block !IMPORTANT;
}
This will only affect search instance 14. Change it to the number you need, and it should work out.