How to make whole site black?

Posted in: Newsmag
Post count: 20

Can sameone help me with this – I’d like to make whole website black, just like this example: http://demo.tagdiv.com/newspaper_black/ . If I change only background color to black, it doesn’t work in general, I’d like to have it in black whole, including body and pages sections. Is there some simple solution?

Post count: 6535

Hi

Unfortunately there is not an easy way to change all colors of the site. Our demo use a custom css code for that layout. You can try to change background color and grids colors to black from theme panel. For content part use this css in theme panel > custom code > custom css: http://screencast.com/t/WUsKlw5jH

.td-container{
    background-color: black;
}

.td-excerpt, .td-module-excerpt, .meta-info, .td-post-author-name a, .td-post-next-prev-content a, .td-next-prev-wrap i, body, p, .td-comments-title-wrap h4, .page-nav a, .page-nav span{
    color: white;
}

You will have to change all colors for modules to white otherwise the post titles won’t be visible. These options are all available in theme panel > theme colors.

I hope this helps.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.