Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom URL + active search styling › Reply To: Custom URL + active search styling
November 19, 2024 at 8:55 pm
#51908
Keymaster
Hi!
1. You can sort of do that via this option. However the parameter names are automatically generated from the form values and object IDs. Visiting the generated URL will preset the values of the filter.
2. Sure! It’s the .asp_option_checked class, use it like this:
.asp_option_cat.asp_option_checked {
background: #206177 !important;
color: #e8eff1 !important;
}