Main transparency

Posted in: Newspaper
Post count: 69

Is there a way to set the main content transparent? I see it’s been done with the newsmag theme using custom css.

Thanks

K

Post count: 23312

Hello kamoe,

If you want to achieve this, you should use a bit of CSS code to do that.

.td-main-content-wrap, .td-category-grid {
background-color: transparent;
}

Thanks for the message!

Post count: 69

Thanks Catalin, thanks for the tip. Now that gave me 100% transparancy, that was too much. But I found a good solution. I’ll share it as it might be usefull for others.

.td-main-content-wrap, .td-category-grid {
background-color: rgba(256,256,256,0.9);
}

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.