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

Reply To: Custom URL + active search styling

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Custom URL + active search styling Reply To: Custom URL + active search styling

#51908
Ernest MarcinkoErnest Marcinko
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;
}