How to change container background

Posted in: Newspaper
Post count: 23

Hello, How can i change the background of posts and homepage without actually changing the whole container background?

Post count: 35449

Hi,

If I understand correctly you want to change the background color only on homepage, if is so you can set the background color using the tagDiv Composer, edit the page, and click on CONTENT -> https://www.screencast.com/t/XfYpzA8E5R8 -> https://www.screencast.com/t/bdeQSUzK or using custom css -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
-> https://www.screencast.com/t/MDYXi8B0
.home .td-main-content-wrap {
background-color: #efcfcf;
}

Background introduction -> https://forum.tagdiv.com/background-introduction/

Thank you!

Post count: 23

nope i want to change the whole website including homepage, posts, pages, tags, category background.

Post count: 35449

Hi,

Then just use the background color from theme panel, this will apply on whole website.
-> http://prntscr.com/p1jdly -> https://forum.tagdiv.com/background-introduction/

Thank you!

Post count: 23

Not working it’s just making the background color change, the container is still white.

Post count: 35449

Hello,

So you want to have the background color on the whole website, for that you can try this custom css -> http://prntscr.com/p21j4e
body .td-theme-wrap > *, body .td-container-wrap {
background-color: gray!important;
}

Hope this will help you!
Thank you!

Post count: 23

It changes everything to the color but i dont want the menu or the footer color to change, only homepage, post, pages.

Even though i used the same code still the posts page were white, only the homepage, menu, footer got changed.

Post count: 35449

Hello @Gbugmenot,

Please provide me a link to your website, in this way I will be able to provide you the right css that will apply correctly.

Thank you for your understanding!

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