<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Add white background to the main content area</title>
		<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area</link>
		<description>WordPress.com Forums &#187; Topic: Add white background to the main content area</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 19:58:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/add-white-background-to-the-main-content-area" rel="self" type="application/rss+xml" />

		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1067227</link>
			<pubDate>Mon, 12 Nov 2012 18:53:41 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1067227@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whew!
</p>
]]></description>
					</item>
		<item>
			<title>lmslicer on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1067070</link>
			<pubDate>Mon, 12 Nov 2012 15:53:52 +0000</pubDate>
			<dc:creator>lmslicer</dc:creator>
			<guid isPermaLink="false">1067070@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Perfect!!  Thank you, thank you, thank you!!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1066246</link>
			<pubDate>Sun, 11 Nov 2012 04:22:50 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1066246@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i cannot see a way to exclude the date from the white background.  It seems to be a part of the block that includes the title.  I did enlarge the left margin a bit for the white box behind the text of the article.  I included the Title with a white background.  That one extends over to the left over the date and I have made it readable on the white background.<br />
<pre><code>#content .post-entry {background-color: #fff;}
#content .post-entry {color: #000 !important;}
.post-entry {padding: 20px;}
.post-title h1 {background-color: #fff;}
.post-date * {
	display: block;
	padding: 0 15px;
	position: relative;
        background-color: #fff !important; color:#000;}</code></pre>
<p>or a slight variation:</p>
<pre><code>#content .post-entry {background-color: #fff;}
#content .post-entry {color: #000 !important;}
.post-entry {padding: 20px;}
.post-title {background-color: #fff;}
.post-date * {
	display: block;
	padding: 0 15px;
	position: relative;
        background-color: #fff !important; color:#000;}</code></pre>
<p>Look at these and see if one is tolerable.
</p>
]]></description>
					</item>
		<item>
			<title>lmslicer on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1066231</link>
			<pubDate>Sun, 11 Nov 2012 02:07:57 +0000</pubDate>
			<dc:creator>lmslicer</dc:creator>
			<guid isPermaLink="false">1066231@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm sorry, I don't think I'm being very clear.  I want the date to appear just not included in the white background.  I want the "These are a few of my favorite things" and the content of the post to have a white background.  Nothing else.</p>
<p>Thanks again for your time.  I really appreciate it.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1066221</link>
			<pubDate>Sun, 11 Nov 2012 01:30:27 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1066221@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh dear, I had hoped that would do it.  To keep the date from displaying:</p>
<p><code>.post-date {display: none;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>lmslicer on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1066218</link>
			<pubDate>Sun, 11 Nov 2012 01:23:57 +0000</pubDate>
			<dc:creator>lmslicer</dc:creator>
			<guid isPermaLink="false">1066218@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It doesn't seem to cover the entire content area.  The left side is a bit short and some of the pictures hang over the edge.  Also, is there a way to include the title of the post without the date?  </p>
<p>Thank you so much for your help.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1066042</link>
			<pubDate>Sat, 10 Nov 2012 20:12:18 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1066042@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Could you <strong>remove</strong> what we put in before and use this to see if it will turn the area white that you want white?  </p>
<p><code>#content .post-entry {background-color: #fff;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>lmslicer on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1065916</link>
			<pubDate>Sat, 10 Nov 2012 14:28:49 +0000</pubDate>
			<dc:creator>lmslicer</dc:creator>
			<guid isPermaLink="false">1065916@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually, is there a way for the white background to just go around the content area?  Leave the tags and date to the left with the blue background?
</p>
]]></description>
					</item>
		<item>
			<title>lmslicer on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1065910</link>
			<pubDate>Sat, 10 Nov 2012 14:16:46 +0000</pubDate>
			<dc:creator>lmslicer</dc:creator>
			<guid isPermaLink="false">1065910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!!  That is exactly what I was looking for!  However, there is a small part of the date that isn't white.  How do I fix that?<br />
<a href="http://www.hellobellygoodbyefeet.com" rel="nofollow">http://www.hellobellygoodbyefeet.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1065746</link>
			<pubDate>Sat, 10 Nov 2012 02:45:15 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1065746@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It is correct.  Check it out and see if it looks like you want it to or if it has created any oddities.  I see you have made your font color white, so maybe you are happy with that solution.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1065744</link>
			<pubDate>Sat, 10 Nov 2012 02:35:45 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1065744@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oops.  now it doesn't seem to be creating the background color.  Sorry, let me check it again.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1065742</link>
			<pubDate>Sat, 10 Nov 2012 02:31:48 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1065742@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See if this is what you want.  In this I made the background of your content areas white with a black font color.  Just change the second color to whatever color you want.</p>
<pre><code>#content {background-color: #fff;}
#content .post-entry {color: #000;}</code></pre>
]]></description>
					</item>
		<item>
			<title>lmslicer on "Add white background to the main content area"</title>
			<link>http://en.forums.wordpress.com/topic/add-white-background-to-the-main-content-area#post-1065236</link>
			<pubDate>Fri, 09 Nov 2012 16:50:24 +0000</pubDate>
			<dc:creator>lmslicer</dc:creator>
			<guid isPermaLink="false">1065236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I'd like to add a white box around the main content area in my blog like this <a href="http://prebabyblog.com/" rel="nofollow">http://prebabyblog.com/</a></p>
<p>I'm so new to CSS and I have gone through the tutorials but can't figure it out.  I just want the content area to have a white background so you can read the text better.  My blog is hellobellygoodbyefeet.com</p>
<p>Thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
