How to change background content color?

Posted in: Newspaper
Post count: 83

Hello

I would like to know if it´s possible to change the background content color, I refer where all content is displayed (white by default).

I have been looking for this option but I can´t find it.

Thanks

Post count: 31
Post count: 83

I don´t refer to the bakground color, but the content background. I had already read that documentation, thanks.

Post count: 23312

Hello Albert,

If you want to change the content background-color, you have to use a bit o CSS. Please try the code below and add it in Theme panel->Csutom CSS area, like this -> http://screencast.com/t/zzPj44WH

.td-pb-row, .type-post {
background-color:red;
}

The result you should see here: http://screencast.com/t/vvvBMn7M

Hope this helps and let us know how it goes!

Post count: 83

Hello

It´s ok, it works. But I´ve noticed that the border content has not changed at all. There is a limit around the content which doesn´t change.

Also, footer has changed to the new color and I can´t see the content because I have a dark footer.

Thanks

Post count: 23312

Hello Albert,

Please try the code below and add it int Theme panel->Custom CSS area.

.td-pb-row, .type-post, .td-main-content-wrap {
background-color:red;
}

The result you should see here: http://screencast.com/t/a8pLaAaXpX2

Unfortunately, our theme has not been designed to change the background of the main content. The footer is included to the main content and is directly affected by this and there is not a simple option to change the color of this, sorry.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 83

Hello

Ok, I understand. As you said before, the footer also changes when I try to change the background content color.

Thanks for your support.

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