This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: ASP Filters Box Disappears

#33460
Ernest MarcinkoErnest Marcinko
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.