Cornerstone / Section = Transparency?

Hi there,
if i change the background color from a section in transparent, they will be still white. How can i change this?

On this Test-Site all sections are transparent - but i see white :slight_smile:
https://www.markvolz.de/lp-lrpresets1-pre/

Thanks for help!
Best regards,
Mark

Hi Mark,

Thanks for reaching out.

Changing the background of a section will only affect on that specific section. It’s already transparent but your site has white background so it will just be the same. And your current stack has white background defined in CSS, please add this CSS to your page builder’s custom CSS.

.site, .x-site {
    background-color: transparent !important;
}

Thanks!

1 Like

Thx - thats works now! :slight_smile:

You’re welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.