In this article, we will explain how to change the background color of the single post page.
1. Open the website in site setting mode
2. From the left-hand sidebar navigate to the general >> custom css
3. Add this code there
- .single .post-content{background-color:#d2d2d2 !important;}
*You can change the color value(#d2d2d2)