Changing black theme to white

Posted in: Newspaper
Post count: 4

I have installed the black template and we have been using for sometime now, But my boss is insisting that we use the white version instead. Please is there any way I can change the website to white without affecting the layout?

Post count: 20688

Hi,

The black demo has extensive CSS customization in order to look as it is
http://prntscr.com/ma105m
Uninstalling a demo or installing a new one will remove this customization of the previous demo and also the theme panel settings, leaving everything as it was before the demo was installed or replacing it with the ones from the new demo.

You could remove the body class of the demo from the theme panel, then the demo CSS will not apply anymore. Should be a class set here – http://prntscr.com/ma13kp called td-black I believe. This may work, you could give it a try.

Thanks

Post count: 4

Thanks very much for the help. It did work exactly as I expected. Thanks ones again

Post count: 21

Is there a code to add to make only the background of the story white in the black theme?

Thanks
Chuck

Post count: 20688

Hi,


@pixelhead
So only the post content, try something like this

.td-black .post .td-post-content{
background-color: #fff;
}

Or like this

.td-black .post .td-main-content{
background-color: #fff;
}

Thanks

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