Q: hey.. actually im using a modified version of M82. But i want to change it to this one. I have one main problem. How can i get a white or any color background on the post and sidebars? if i use a colorful picture as a background.. text and sidebars looks toooo messy... thanks
This can be achieved using custom CSS. The header, sidebars, and post are contained within a “.wrap” selector. Setting a background color property on that selector via custom CSS will fill those sections. For example, if you’d like to have a white background, use:
.wrap {background:#fff;}
If you’d like to adjust the left, middle and right columns individually, you may use the “#sidebar”, “#primary” and “#secondary” selectors respectively.
blog comments powered by Disqus
