How can I change the post background color of my theme? I use the pinboard theme and I have CSS customization.
The blog I need help with is shutthefrontdoordotcom.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How can I change the post background color of my theme? I use the pinboard theme and I have CSS customization.
The blog I need help with is shutthefrontdoordotcom.wordpress.com.
To change the background color for posts and pages, including the posts on the home page, for the Pinboard theme, add this to your Appearance → Custom Design → CSS editor:
.hentry,
.single-post #primary,
.page #primary {
background: #ffc;
}
Change the background value to a color code of your choice:
http://automattic.github.com/Iris/
This topic has been closed to new replies.