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
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;}