• Would it better to target the <a> element instead of the <img> element for the cursor styling?

    This is the current code:

    .iwmp-single, .iwmp-gallery img {
      cursor: pointer;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in;
    }

    I have a gallery that doesn’t need to zoom-in but I still get the Zoom Icon when I hover over the image.

    What do you think?

    https://www.ads-software.com/plugins/iw-magnific-popup/

  • The topic ‘CSS Cursor Problem’ is closed to new replies.