Image Shadow Issue

Hi,

When I hover over an image in my site, there is this black shadow that comes over it.

How do I remove this?

Hi There,

Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Thank you.

Hi,

The URL is AlkalineDietIndia.com

Hi @tristam15,

Thanks for the URL.

Add this in your custom CSS:

a.entry-thumb:hover img {
    opacity: 1;
}

Hope it helps.

Let us know how it goes.

Thanks.

Hi,

Thank you for that.

The shadow has gone but the link icon in the center is still showing.

How do I get rid of that as well?

Hi there,

Please try this as well:

.entry-thumb:before {
    display: none;
}

Hope this helps.

Thank You.

Matter solved

Hi @tristam15,

Happy to hear that.

Feel free to ask us again.

Thanks