Edit post background
-
How do I edit the background of posts to assume a white background? On my site for example, it assumes the background of the home page, but I would like a white background so the posts are readable.
This post shows what I mean: http://belligerentbulldog.com/2012/06/29/test-post-3/
The blog I need help with is: (visible only to logged in users)
-
Give this a try and see what you think. If it works for you, you will also need to reduce the max image/video value in the field below the CSS edit window by 20px to account for the padding for #posts.
#post-container { background: none repeat scroll 0 0 white; } #posts { padding-left: 20px; width: 640px; }
- The topic ‘Edit post background’ is closed to new replies.