How do I change the background area only behind the post text?
-
I would like to keep the current uploaded image as my background. However, I was wondering if it was possible to change only the background area behind my posts to a solid color so the font is easier to read. Like seen here: http://www.younghouselove.com
Also, I purchased the upgrade for Custom Fonts but am not sure how to apply the custom fonts to the actual text in the post only how to apply the custom font to the website heading.
If this doesn’t make sense, please don’t hesitate to contact me. Thanks so much!
Blog url: http://thethreadaffect.wordpress.com/ -
Hi there,
Could you try adding something like the following to your CSS:
#page-inner {
background-color: #FFF;
}Learn how to edit your CSS here:
http://en.support.wordpress.com/editing-css/This guide will help you change the font of your body text:
http://en.support.wordpress.com/custom-design/custom-fonts/ -
Thank you so much for the help on the inner background color!
Could I get more assistance with the font? I’m not sure how to code different colors or fonts for different sections of text (header, title, widgets).
Thanks so much for your help! You have no idea how much I appreciate it! Thanks!
-
The best way to track this down is to view your blog’s source in your browser. The elements desired will be surrounded by class or style markers that you can manipulate via CSS.
- The topic ‘How do I change the background area only behind the post text?’ is closed to new replies.