Transparency trouble in divs

Ok, I am working with X. My sections/rows are nicely using a white background, the only problem is I want/need that background either gone or transparent. So far I have tried (in the content CSS)
.trans
{
background-color: rgba(201, 76, 76, 1);
}
.site, .x-site {
background-color: transparent;
border: 0 !important;
}
.home .entry-wrap {
background: transparent;
box-shadow: none;
}
.x-container:before
{
background-color: transparent !important;
border: 0 !important;
}
.x-container.main:before {
background-color: transparent;
}
.cs-content
{
background-color: rgba(201, 76, 76, 0.0) !important;
}

The closest I have come is the cs-content using the rgba. I can change the color of the dis I want to but as soon as I crank the transparency up it shifts back to white.

On the Cornerstone Page builder, click on the Section area that you want to edit. After clicking, the inspector area will automatically show you the editable sections under “Manage Layout”. From there you can do whatever you want.

1 Like

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