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

Reply To: Ajax Pro Search layout change

#33157
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

1. Well, you can try a custom CSS for that:

.prosettings, .prosettings .innericon {
    width: 80px !important;
}

 .prosettings .innericon::after {
    content: "My Text" !important; 
    color: black;
    line-height: 32px !important;
 }

.prosettings .innericon svg {
    display: none !important;
}

The values need to be adjusted of course, but it should be very close to a possible custom solution.

2. I’m afraid this is only possible if the items are in separate taxonomies. Items from the same taxonomy will be displayed in the same fieldset group. This will very likely change in a future release once we finish the rework on the filters interface.