Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #468552

    Hello to all,

    I need to disable hover effect over any images.
    How I can do this? Thank you.

    Best wishes,

    Milan

    #468760

    Hey Milan!

    You can disable the image overlay by adding this to Quick CSS:

    .image-overlay {
     visibility: hidden;
     }

    Best regards,
    Rikard

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