How to change foreground color?

Posted in: Newspaper
Post count: 14

Hi there, I just purchase newspaper theme and find out that the ‘foreground’ stays at white all the time. is there the way of changing foreground to clear so we can see the background image?

Post count: 23312

Hello votranhtuhi,

You can try adding a background image for the entire website, from here -> http://screencast.com/t/Bc0Td2ule6P1 For more information about this feature, please check here -> https://forum.tagdiv.com/background-introduction/

Hope this helps!

If is not what you mean, please provide more details.

Thanks.

Post count: 14

Hi, thank you for replying.

But it’s not what I mean. I got the background but it was hidden behind the main content of the page/post.

Or should my question is how to set the page/post’s background to transparency so the ‘site/theme’ background is visible throughout the whole website.

As image shown, content of post/page is white, not transparent, so it covers most of background.

Thank you.

https://drive.google.com/open?id=0B09ARADyxMFOeTJXWjMyZEFsNGc

Post count: 14

It should look something like this
https://drive.google.com/open?id=0B09ARADyxMFOclVmY3lPVWZla0U

Some custom CSS?

Thanks!

Post count: 23312

Hello votranhtuhi,

You should try the code below and place it in Theme panel->Custom CSS area.

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

The result is here -> http://screencast.com/t/PhIKfaKb3TOS

Thanks for your understanding!

Post count: 14

You’re the best!!!

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