Unexpected overshadow on some images

Hello

Please see this page:

How come some of my images have a blue overshadow on them?

I have not added a code to make them such. Please help.

Thank you!

Hello Tatyana,

You have this code added in the style.css file of your child theme:

#overlay-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 127, 179, 0.8);
}

that is why some of your columns that has the ID overlay-section added to them gets the blue background color.

You may edit those column settings and remove the ID assigned to them.

Hope this helps.

Thank you for your prompt response.

I looked through CSS codes and was unable to locate this code.

Could you please kindly demonstrate where you found it with screenshots step by step?

Thank you!

Hello Tatyana,

I tried to login using the details you have provided but they don’t seem to work.

But please try checking in Appearance > Theme Editor

then it should open the style.css file of the child theme where the code is.

Also, please make sure to clear your browser and site’s cache after making changes.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.