Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › I need assistance with configuring live load feature.ng. › Reply To: I need assistance with configuring live load feature.ng.
HI Larry,
Thank you for the details!
Well, triggering a redirection to the results page via a facet change (catregory selection) is not possible I’m afraid. However as an alternative you can turn off the live search trigger for the facet (so it does not start searching), and add a search button, which then you can configure to redirect to the WooCommerce results page.
It is possible to hide the search box via this option.
As for the select box styling, it is a bit tricky, but might be possible via these custom CSS rules:
.asp_sb fieldset legend {
font-weight: bold !important;
padding-left: 0 !important;
}
.asp_sb fieldset select {
background: #ffa225 !important;
border: 2px solid black !important;
}
.asp_sb .asp_select_label {
padding-left: 0 !important;
}
These should get you something like this: https://i.imgur.com/UNlXfye.png