Change color of post background
-
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: (visible only to logged in users)
-
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/
- The topic ‘Change color of post background’ is closed to new replies.