Ride Theme | Make Image blocks transparent

Solved

Ride Theme | Make Image blocks transparent

iainpg
Shopify Partner
9 0 2

Hi all, new shopify site  https://lymmskatepark.myshopify.com/

I have the ride theme and follows various tutorials to make image blocks transparent with no avail.

anybody out there with a solution?

 

thanks

 

Iain

iainpg_0-1665997356282.png

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @iainpg 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets -> component-image-with-text.css

 

.image-with-text .grid {

    opacity: 0.7;

}

 

Hope you find my answer helpful!

Regards,

PageFly

View solution in original post

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @iainpg 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets -> component-image-with-text.css

 

.image-with-text .grid {

    opacity: 0.7;

}

 

Hope you find my answer helpful!

Regards,

PageFly

iainpg
Shopify Partner
9 0 2

awesome and quick  response 🙂 thanks for this