Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #484720

    Hi again guys!
    So we’ve launched the site finally. Last few things…

    I am using image with hotspots and it’s set as “No Link” and the cursor is still showing a “link hand” cursor instead of simple pointer cursor when hovering over the hotspot numbers.
    I tried adding !important to the css I believed was responsible for it to no avail.

    Can you please point me to the correct css to add to my custom css file so it doesn’t show a hand cursor since there’s no link?

    Thanks!

    Here’s the page where you can see the issue: http://citrusconstructions.com/#values

    #484738

    Ok never mind, found it…

    I added cursor: default; to the existing css in shortcodes line 3046 (actually just copied code line into my child theme style css and added the cursor style)

    .av-hotspot-container .av-image-hotspot_inner:hover{ background: #fff; color: #888; cursor: default;}

    #485065

    Hi,

    Sorry for the late reply and glad you found the solution. Please let us know if you should have any more questions.

    Regards,
    Rikard

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