Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › magnifier missing after update › Reply To: magnifier missing after update
September 8, 2021 at 10:17 am
#34599
Keymaster
Hi,
Thank you for the details!
There was a custom CSS applied to the search, but in the recent version some things have changed in the structure, so it no longer applied. I have added the following custom CSS code to the plugin back-end to resolve it:
.asp_w_container {
display: inline-block !important;
opacity: 1 !important;
}
Now it should be all right again.