Cornerstone section background color

I have a background image selected for my layout and design. I have a section with 2 rows that display some text and images.

The problem is, even though I set the background opacity of the section to 0%, the background is still white.

1 shows the background I have selected, 2 shows that even though the opacity is 0%, it is for some reason white?

Hi There,

Can you please send ur website details? so that we can check and give you a possible suggestion.
You can remove the background instead of opacity.
I can’t give you a proper solution without checking as I don’t know which element your are using, V2 or classic.

Thanks

I’m currently editing on localhost, so that’s not possible.

Maybe this image clears things up a bit:

Hi again,

Try adding the following code in the Theme Options > CSS:

body .entry-wrap {
    background-color: transparent;
}

If this doesn’t help then you can inspect your site using Chrome’s developer tools https://developer.chrome.com/devtools to see which element has the white background and then using custom CSS override the background color. You can find more info on how to check for CSS selectors here. Then information about writing your custom CSS here

Hope this helps!

So apparently it was .x-main.full that was causing the problem. I have now edited it with custom CSS, but is it also possible to change the color of it through the panel?

Hi There,

Regretfully, there is no option for changing that x-main white background-color but with only custom CSS. I’ve submitted this to our issue tracker so the developers will be made aware of it.

Thank you for understanding,

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