Jump to content

How to remove overlay when hovering over image

Go to solution Solved by Web_Solutions,

Recommended Posts

Hello all,

As the title suggests. I would like to have some simple code (or any other alternative) that will allow me to remove the overlay that I have over these two images when I hover the mouse over them. 

Any help would be greatly appreciated.

image.thumb.png.c437da98b6c157c4e046cec5b9ff1bcc.png

Link to comment
  • Solution
6 hours ago, Gosling said:

Hello - yes, it is.

Password is 'construction'.

Thanks

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

.image-block .fluidImageOverlay {
    transition: 0.3s;
}
.image-block:hover .fluidImageOverlay {
    opacity: 0 !important;
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment
On 11/16/2023 at 4:11 AM, Web_Solutions said:

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

.image-block .fluidImageOverlay {
    transition: 0.3s;
}
.image-block:hover .fluidImageOverlay {
    opacity: 0 !important;
}

 

Cheers!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.