Hello Gurus,
I am using Masterslider for my client’s website and am having an issue where my hotspot tooltips (within Masterslider) are always appearing behind any text and images in the sections below it and I can’t seem to force z-index the order to resolve this.
I am not the most familiar with affecting z-index so I was hoping you could assist me.
See website information in Private Content section.
Hey Briana,
You need to change the opacity of the section below (container of the headline below the slider). Sounds funny but this article describes it pretty well: https://philipwalton.com/articles/what-no-one-told-you-about-z-index/
This code should fix the issue:
#below {
opacity: 0.99;
}
Best regards,
Peter
This totally fixed it. Thank you!