Product label element priority
-
Hello
I have a tooltip on one of my web eleement, but seem that this label has the highest priority and overrides other elements on the page. How can I fix this ?
Please look at attached file also u have the link to see how it looks on my web.
Thank you
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .eael-tooltip .eael-tooltip-text {
z-index: 100;
}
Kind Regards