Make a section background transparent

How do I make a section transparent. The Section contains a collection and the only options in the Dawn template are to set the color to one of the color styles. I would like to make some sections transparent and some sections have a background image (png) with transparency.

https://bad-developer.myshopify.com/

password: go

Hi @Danejw

This is Richard 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 base.css

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

.color-inverse.isolate.gradient {

background: transparent !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

Nice! So this did make that one section transparent, but I’m going to want to do this for multiple sections going into the future. So I’m not always having to create posts here, how do you identify the section to change? You used “.color-inverse.isolate.gradient” here.. How do I identify and manipulate other sections like this?

Those are selectors like this. You will need to select the selectors to which you want to add the CSS