Change Post Container Color

I’m trying to change the color of the body container on posts. It’s just black and doesn’t match with the background color. I’m using the Integrity Stack and I can’t seem to find any options on this. Any help would be very appreciated.

Hi Trevor,

Thank you for writing in, that is the default background color of a dark Integrity Stack. To change that, please add this to Theme Options > CSS

.single-post .entry-wrap {
    background-color: transparent;
}

Change the transparent if you want a different background color.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.