Inside Background

Posted in: Newspaper
Post count: 12

Hello
Is it possible to change inside background? Home and all pages with this White Background.
http://easycaptures.com/fs/uploaded/1098/2273322583.jpg

Thanks
Giovanni

Post count: 20688

Hi,

It would be possible with custom CSS code. By default there is no option to change the background color of the inner containers. If you could provide a link to your website and specify what exactly you would like to change and where, I will try to give you a solution.

Thanks

Post count: 12

Hello

My site: https://www.tibiabr.com

Thanks for help.
Giovanni

Post count: 20688

Hi,

You can try a code like the one provided below. It should make the homepage, category pages and posts have the container background color that you choose
https://www.screencast.com/t/shvOiA4EHjo
https://www.screencast.com/t/eMKNFFYdD
https://www.screencast.com/t/wJFTfgDt9h1
If you want to add more elements, you can identify them with the browser inspector and add their classes to the code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The code must be entered in Theme panel->Custom Css section

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

Thanks

Post count: 12

DONE! 😀
Thanks

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