Okay
  Public Ticket #1787765
image with hotspots on mobile
Closed

Comments

  • Dmitry started the conversation

    Hi,

    How can I change mobile view of hotspots?

    I want to set them not fullscreen, when opened. Or disable opening (if the first option is impossible).

    Thanks.

  •  8,403
    Tahir replied

    Thats not possible i am afraid as its designed that way .

    Best


    ThemeNectar Support Team 

  •   Dmitry replied privately
  •  8,403
    Tahir replied

    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):

    .using-mobile-browser .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Dmitry replied

    It works!

    Thank you, Tahir!