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

    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.

    #1010629

    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

    #1011044

    This totally fixed it. Thank you!

    #1011104

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.