Okay
  Public Ticket #2517332
Hotspots not working
Closed

Comments

  •  1
    Zac Trout started the conversation

    I'm trying to use the "Image with Hotspots" element on the right column of this section. Everything displays as it should, however, none of the spots are clickable. Is there something I'm doing wrong here?

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .row {
        position: relative !important;
        z-index: 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Zac Trout replied

    Thanks Tahir!

    It wasn't working at first, but after refreshing a few times it finally took affect! Thanks again!