Integrity - how to transparent background for content area only?

how to transparent background for the content area only?
Right now I’m using background photo and I would like to transparent the background for the content area only?
I have tried:
.page .x-main .entry-wrap {
background-color: transparent;
}

And:
.home .entry-wrap {
background: transparent;
box-shadow: none;
}

But both didn’t work.

Note, my page template is Blank - Container | Header, No Footer

Hi Ahmed,

Thanks for reaching out.

The background is applied through your builder’s text element, please set it to transparent.

Thanks!

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