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

Reply To: z-index Issue with Search Icon

#24131
Ernest MarcinkoErnest Marcinko
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.