Remove tinted box overlay on "image with text overlay" in Canopy theme

Remove tinted box overlay on “image with text overlay” in Canopy theme. I have tried modifying the code on just this item and in the code for the entire site. Nothing is working. Thanks!

Hi @tandemfortwo

Where can I find this tinted box in your store? Thanks!

https://tandemfortwo.com/pages/licensing-portfolio

Hi @tandemfortwo

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file styles.css

Step 3: Paste the below code at bottom of the file → Save

.rimage-wrapper.lazyload–placeholder {

background: unset !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thanks SO much - I hadn’t tried that code. Much appreciated!