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

Reply To: Untick Checkboxes by default

#38154
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The default state of the filters can be set under the “Change display mode” button, here: https://i.imgur.com/etvujLl.png
To set them vertically, use this custom CSS:

.asp_filter_tax {
    width: 100% !important;
    min-width: 100% !important;
}

.asp_filter_tax .asp_simplebar-content {
    display: flex !important;
    flex-wrap: wrap;
}

.asp_filter_tax .asp_option {
    margin-left: 0 !important;
}

.asp_filter_tax .asp_option .asp_option_label {
    white-space: nowrap;
}

If the search results have seemingly no effect on the results page, make sure the results override feature is enabled.