Are we able to change the white "sheet" behind our text?
-
On our site, we have a blue picture as our background. However, the “sheet” OVER that is white. (This is where the text goes.) Are you able to change the color from white to something else, either using CSS or the editor?
The blog I need help with is: (visible only to logged in users)
-
If your theme supports it, you can change the color under
Dashboard > Appearance > Background
-
You theme does not support changing the background color behind the text in posts or pages. However, if you wish to you can use the Text (HTML) editor and code the background color in each and every post or page. http://wpbtips.wordpress.com/2009/09/19/background-color-to-text/
-
-
Since you have the Custom Design upgrade, then of course you can change that white. Add this in the CSS editor:
#wrapper { background-color: #456789; }Replace 456789 with the hex for the color you prefer. If you’re not familiar with hex color numbers, see here:
http://www.december.com/html/spec/color.htmlNote that if you’d like a dark color, you’ll probably need to make other changes too, or the text won’t be very legible.
- The topic ‘Are we able to change the white "sheet" behind our text?’ is closed to new replies.