Remove background color in all sections on Sense Theme

Hi all, I have reviewed a lot of the other questions. I am using the Sense theme and I want to remove the background in all sections so that it is transparent, so my main photo as the background.

My link is TheAdultPlayhouse.store and is password protected…the password is Letsplay

Any assistance would be helpful!

Hi @Nijsosweet
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.gradient{
background: transparent!important;
}

Hi @Nijsosweet .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file base.css

.gradient{
background: none;
}

Hope this answer helps.

Best regards,

Richard | PageFly

Thank you so much for your help, however I think I need to tweak the request. I want all sections but the footer and header to be transparent. Can I ask one more question? The background photo is tiling over the background instead of stretching across. How do I fix that?

Thank you, this code did not provide the look I was going for. It took my background photo out as well.