try adding this to your custom css box in the theme options advanced settings:
.postlist article {
background:#fff;
}
Kadence Themes
thank you for your prompt support! that’s works!
Hi!
Is there another way to achieve this? Because adding
.postlist article {
background:#fff;
}
isn’t working for me :S
Thnx!
Hey brianwork, can you post a link so I can see why that code isn’t working for you?
Kadence Themes
Maybe my eyes are failing me, but I don’t see any HTML tag with the class .postlist on your blog page. What if you did:
.home_blog article {
background: #fff;
}
Neither I can see any html tag with class .postlist
I would like to ask on more question.
It is working only on home page.
I found a problem when I open a article and it is transferring on other page, then it
doesn’t change the color of posts area.
I have verify the source and the .postlist article {
background:#fff;
}
is active.
Thank you for your response stephencottontail. It worked like a charm! 😀
As for thanosc’s question try adding:
.single-article {
background: #fff;
}
It’ll change the background of a single blogpost+sidebar+author box+leave a reply-section.
Dear Brainwork,
thank you for your reply,
it;s works fine,
thank you,
Thanos.