Today I'll tell you how you can change the post background color in blogger blogs. Although you get the option to change the color of your entire page or the inner section of blog through template designer. But if you want to change only the post background color, you can not do it with options given in template designer.
However, there is a very simple way to do it by adding small css code in the template designer of your blog. You can change the color of post background and post-footer background by using this code. Try different combinations of post and post-footer colors and see what works best for your blog.
Steps to Change Post Background and Post footer color in Blogger:
To change the post background color follow the steps given below:
1.) Go to Blogger dashboard and Select your Blog.
2.) Go to Template option and Click on Customize button.
3.) Now select Advanced option and then Add CSS option(the last option in the list). Paste the below code in the css area.
.post{
background: #B8FFDB !important;
padding:10px !important;
}
.post-footer{
background: white !important;
padding:5px !important;
}
4.) Click on Apply to Blog button.
After adding the code above, the post background looks something like this:
![change-post-background-color-on-blogger change-post-background-color-on-blogger](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifhN4hBANf_GF4i5TW0f4E3u4L9miv9LrD0kvqKPYNLR06CYT9RSv-h81BHEvkse1js9fjU50OOuq9ZswtAIvx3Y1De68Snyrxepv839VVM5WCkgqxS31rBxloWiIYS5pmkP_px4_8gLfW/s1600/change+post+background+on+blogger.png)
Note: You can change the post background and post-footer background to any other color. Just change the color code values displayed in red in above code.
See color codes here
Also see:
How To Remove Powered By Blogger Attribution
How To Customize Post Title In Blogger
How To Add 3d Read More Button To Blogger
How To Add Social Media Icons To Blogger
Add Designer Email Subscription Widget Below Post In Blogger Blog