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!
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!
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!
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!