Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › z-index Issue with Search Icon › Reply To: z-index Issue with Search Icon
September 27, 2019 at 11:47 am
#24131
Keymaster
Hi!
Looks like it’s only a minor z-index conflict. Try this custom CSS code, it should resolve the issue:
.promagnifier {
z-index: 0 !important;
}
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.