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
March 6, 2023 at 1:40 pm
#41647
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 🙂