Unable to make containers transparent

Hi, I would like to be able to make the Cornerstone containers transparent. I have done that in the settings.
But it makes no difference. They remain white.
What am I doing wrong?
http://sarahw170.sg-host.com

Hello @sarahlouisewaterhouse,

Thanks for writing in!

I can see that you are using the Ethos stack. By default, it has a white background color, particularly in the content area. To get around this and make your content area transparent, you can add this custom CSS code in Cornerstone > Custom Code > CSS:

.page-template-template-blank-4-php .x-main, 
.page-template-template-blank-5-php .x-main, 
.page-template-template-blank-6-php .x-main, 
.page-template-template-blank-8-php .x-main {
    background-color: transparent;
}

Best Regards.

Thanks so much for your help.

Hi @sarahlouisewaterhouse,

You are most welcome.

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