How to change container bg color and width?

Posted in: Newspaper
Post count: 8

Hello
I would like to learn that how can I change the width of the main container and change the background color of the container. I tried to change from theme panel but it only changes the color besides the container and website becomes boxed.
help!

Post count: 22421

Hello,

The theme width cannot be changed. The theme was built using a fixed width and you cannot change the main container. You can have full width rows on pages using the tagdiv composer, but it will not affect posts or other templates. You can do it from row settings: https://www.screencast.com/t/RkISOIx77

Thank you!

Post count: 8

and the background color. I want white bg color only in blocks. and the space between blocks and besides I want another color.
Thanks

Post count: 22421

Hi,

Depending on the demo you have installed, the theme can change all the colors at once or just the exterior of the site.
The default functionality is the exterior of the site being changed by this option: https://www.screencast.com/t/7wDxR1Dse5
The interior cannot be changed from the theme panel but there are theme demos that change this functionality like the old fashioned demo which changes the interior of the containers as well: https://demo.tagdiv.com/newspaper_old_fashioned/

If you do not use this demo then yopu will be able to change the exterior using the theme panel option mentioned above and then use a custom css to change the ‘interior’ color like so:
.td-main-content-wrap, .post{
background-color:lightgrey!important;
}

Thank you!

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