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

    Hi guys,

    Losing my mind on this one!

    Can I remove the hover-over feature on images with captions, so that they do nothing at all when you hover over them? Link to example page in the private content box.

    Thanks guys!

    #1014975

    Hey russavery,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-image-container.avia-align-center {
      pointer-events: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1015148

    Victoria – that has worked a treat! Thank you so much, please feel free to mark as resolved. :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove mouse hover feature on images with captions’ is closed to new replies.