• The “Click To Copy Coupon” tooltip appears behind the main coupon.

    I’ve tried the following CSS edits to bring it in front without success:

    .tooltip {z-index: 99999;}
    .Tooltip {z-index: 99999;}
    .masterTooltip {z-index: 99999;}

    Any other suggestions?

    Thanks for the help and for the great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Please try:

    .wpcd-copy-tooltip { z-index: 999999; }

    Also, try with !important.

    Please let me know if that doesn’t work.

    Kind regards.

    Thread Starter myqee

    (@myqee)

    Thank you so much Imtiaz. Your css worked (I didn’t need the !important in the end).
    Thanks again and keep up the great work! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Click To Copy Coupon” Tooltip appears behind Coupon’ is closed to new replies.