Change Body Color?

Posted in: Newspaper
Post count: 17

Hi, I want the body background and site background to be #1F1B1C (dark). How do I do this? Ive changed the color of the background in the theme settings, however the body is still white. I also want to change the body font to white. How do I do this?

Post count: 7909

Hi,

Theme doesn’t have an option to change the background for page content, but you can add your background color using custom css in Theme Panel > Custom Css: http://screencast.com/t/m9XhMMEyoh1

.td-page-wrap {
background-color: #1F1B1C !important;
color: white !important;
}

You also have to change the color for articles titles and excerpt from Theme Panel > Custom Typography: http://screencast.com/t/oVA6jyALl
Please note that maybe you will have to make more customizations for some widgets that will not change the color and you will have to target those classes and change the color via custom css.

Thanks!

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