Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ELEMENTOR LIVE FILTER NOT WORKING › Reply To: ELEMENTOR LIVE FILTER NOT WORKING
February 6, 2025 at 3:34 pm
#52778
Keymaster
Hi!
1. Sure! This custom CSS will do that:
.asp-try {
text-align: center !important;
}
2. There is probably an inherent rule that’s affecting that, but no worries, this can be fixed for sure. Try this:
.asp_ss form {
.asp_label, .asp_option_label, legend, label {
color: white !important;
}
}