Alter post background and text colours

Posted in: Newspaper
Post count: 14

Hi

Is there a way to change the background colour in posts, as well as text colour? I want white text on a black background.

Thanks

Mark

Post count: 23312

Hello Edge44,

If you want to change the background-color in posts and the text colour, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area. Below I gave you an example for the steps wich you have to follow in order to achieve as you wish. Please notice that this is a basic example and if you want to implement this for our website it is necessary to make some additional customization for a better look.

.type-post {
background-color:black;
}
.td-post-content {
color:white;
}
.td-post-title .entry-title {
color:white;
}
.td-post-content h1, h2, h3, h4, h5, h6 {
color:white;
}

The result -> http://screencast.com/t/sHf3tBwz

If you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!

Hope this helps!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.