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

Reply To: Custom CSS not working since update

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Custom CSS not working since update Reply To: Custom CSS not working since update

#41647
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Sure! In one of the recent releases that attribute was moved to a “data-” attribute so it is valid HTML now. Change the custom CSS code to:

.asp_m_1[data-asp-compact=open] {
    background: white !important;
}

It will do the trick 🙂