• I have spent hours reading forums and implementing suggestion on how to remove/hide the alt title tags on images on hover and have yet to get anything to work. Can someone look at my site and help me figure this out?!

    https://sccdevelopment.net

Viewing 1 replies (of 1 total)
  • With CSS in the form of:

    
    a:hover {
        pointer-events: none;
    }
    

    Note, this affects any mouse events. Look for a more elegant solution using jQuery.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove/Hide Image Alt Title Tag on Hover’ is closed to new replies.