How do I remove the white background from posts

Hi, I would like to know how to remove the white background from all posts, and also from a single post. Example: I would like no white background on my static pages but I like it on my blog pages…
Thankyou!

Hi @sonia85,

I hope you are well today and thank you for your question.

You can remove the white background from all posts including a single post by adding the following CSS code in the Custom CSS Theme option which you will find on the below path.

Admin Area -> Appearance -> Theme Options -> Other Tab -> Custom CSS

article.type-post .post-inner-content {
  background-color: transparent;
}

Best Regards,
Vinod Dalvi