Opacity for Pages/ posts and sidebar/widgets

Posted in: Newspaper
Post count: 4

I’m trying to find a way to set opacity for the pages and posts body, as well as for the sidebar.
But I can’t. Any single CSS way I tried is not working at all.
I want to have the entire background visible (with opacity set on pages and posts). The White area is just disturbing.

Any idea?

Post count: 4

Solved custom CSS with:
.td-main-content-wrap,
.td-category-grid {
background-color: transparent;
}
.td-container-wrap {
background-color: transparent;
margin-left: auto;
margin-right: auto;
}
.td-header-gradient:before {
content: "";
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
width: 1%;
height: 0px;
position: absolute;
left: 0;
bottom: 0px;
z-index: 1;
}

took few hours to find out..

  • This reply was modified 8 years by Lex404.
Post count: 17

I have the same problem, and no one reply this support is useless.
Thanks for the Custom CSS 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.