Archived topic
Different background color in blog section?
7 replies · Started by Marcos on April 9, 2019
I like the theme I am using, but I realise that it's not ideal for the blog section (black background). Is it possible to change the colour settings for the blog section?
TIA
Hi there,
so we need to change the background and text colors. Do you want to apply this to the single post as well? I assume the Header and Footer will stay the same colors? Let me know.
Thanks for your answer. Yes I suppose the best thing for consistency would be to leave the heading and footer the same way. Not sure exactly what you mean by "Do you want to apply this to the single post as well?"
I'm thinking these changes for the whole blog section.
The single post = your Posts :)
Try this CSS:
body.archive,
body.archive #page,
.archive .sidebar .widget,
.single-post,
.single-post #page,
.single-post .sidebar .widget {
background-color: #fff;
color: #000;
}
.archive .sidebar .widget h2,
.single-post .sidebar .widget h2 {
color: #000;
}
.archive .site-header,
.single-post .site-header {
background-color: #000;
}
Purrrfact thanks :-)
You're welcome
Hi david. I been trying to solve the same problem. But the css is not working.
can you help me please?
Im gonna creat a new post. thanks
Hi there,
i replied to your topic.