Home Forums WoodMart support forum Product label element priority

Product label element priority

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367786

    Zakky
    Participant

    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.
    #367890

    Bogdan Donovan
    Keymaster

    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

    #367916

    Zakky
    Participant

    Works, thank you !

    #367921

    Bogdan Donovan
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)