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

Reply To: ELEMENTOR LIVE FILTER NOT WORKING

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ELEMENTOR LIVE FILTER NOT WORKING Reply To: ELEMENTOR LIVE FILTER NOT WORKING

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