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

    Hello,

    I’m currently building the page https://www.germanreal.com/references/. There you can see the map with hotspots. The city names are displayed. But it looks like there is a link for every city. The mouse pointer becomes at hand. This is confusing in this case, one suspects a link. Can this be turned off? So the function stays the same, but no hand appears?

    many Greetings,
    Martin

    #1376725

    Hey Martin,

    Thanks for contacting us!

    Please edit your Hotspot element and give it a custom CSS class (“no-link” in example below) in Advanced > Developer Settings tab and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    
    #top .no-link .av-image-hotspot_inner {
      pointer-events: none;
    }
    

    Best regards,
    Yigit

    #1376733

    Perfect thank you very much

    #1376736

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image with hotspots – no link please’ is closed to new replies.