Help removing white overlay on about page image - Dawn Theme

Hello!

I’ve searched high and low for an answer and also tried to adjust some settings but I’m still having the same issue.

Whenever I add an image to my About page, there’s a white overlay, but only on the top image. If I move the image somewhere else on the screen, it’s perfectly fine.

Also the font color keeps changing to gray, even though the font is set to #000000.

Can anyone offer some guidance? Thanks so much!

https://www.curvyplants.com/pages/about

Hi @CurvyPlants ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.light {
    opacity: unset !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Hello,

Follow below steps. It may help you with the issue.

Go to about page > Find for first image in html > remove class ‘light’

Let me know how it turned out.

Thank you so much!! That worked.