Blog Page background color change to black

Im using a plugin but it seems to be a core setting in the theme setting I cant get rid of the white background for the post its like all changes to the style keep it in this white box. I have used this plugin before on other sites but not with a black background.

Thanks

Hi @rotation,

Thanks for reaching out.

It’s part of Stack’s styling, to disable it, then please add this CSS to Theme Options > CSS

.entry-wrap {
    background-color: transparent !important;
}

Hope this helps.

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