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

Solved
tandemfortwo
Visitor
3 0 0

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!

Screenshot 2023-09-29 at 10.51.19 AM.png

Accepted Solution (1)
PageFly-Henry
Navigator
468 118 97

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)
Made4uo-Ribe
Shopify Partner
3991 912 1115

Hi @tandemfortwo 

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


PageFly-Henry
Navigator
468 118 97

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

tandemfortwo
Visitor
3 0 0

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