Site logo

Archived topic

Change single post container background color

1 reply · Started by Avinash on October 19, 2020

Viewing posts 1–2 of 2

Hi there,

if you want to change the content container color just for the single post then you can use this CSS:

.single-post.separate-containers .inside-article {
    background-color: #eeeded;
}
This archived topic is closed to new replies.