<?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; Tag: background color changes - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/background-color-changes</link>
		<description>WordPress.com Forums &#187; Tag: background color changes - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 06:25:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/background-color-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>justpi on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197902</link>
			<pubDate>Wed, 27 Mar 2013 21:08:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1197902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.</p>
<p>"When I first posted the question, I honestly didn't know if it was a really CSS thing, a Bueno thing or a general WordPress thing."<br />
Sorry again - didn't think of this either!</p>
<p>"I was sorry to see you stopped updating on wpbtips. Great info on there."<br />
Thanks. I've stopped updating the theme related posts, but I haven't stopped publishing new posts.
</p>
]]></description>
					</item>
		<item>
			<title>bearriverhomestead on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197824</link>
			<pubDate>Wed, 27 Mar 2013 20:15:28 +0000</pubDate>
			<dc:creator>bearriverhomestead</dc:creator>
			<guid isPermaLink="false">1197824@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks justpi.<br />
When I first posted the question, I honestly didn't know if it was a really CSS thing, a Bueno thing or a general WordPress thing.  </p>
<p>I suppose it's obvious now but when it was first noticed around xmas time, I was already dealing with another issue on the blog that wasn't CSS related and I didn't know if they were somehow connected.  </p>
<p>I realize my CSS editor is a pigsty and your right, I need to clean it up.  Unfortunately I didn't do that once the blog was set up.</p>
<p>Thanks again, justpi, for all of your help.<br />
ps- I was sorry to see you stopped updating on wpbtips.  Great info on there.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197745</link>
			<pubDate>Wed, 27 Mar 2013 19:20:23 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1197745@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>PS Next time you'll have a CSS question, please remember to post it in the CSS forum, not the Support forum.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197741</link>
			<pubDate>Wed, 27 Mar 2013 19:19:27 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1197741@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, <em>that</em> background! Sorry, I didn't pay enough attention...</p>
<p>It changed probably because WP revised the CSS of the theme and added a separate selector for static pages. (I used to copy and save the stylesheet of each theme when the theme was launched: I just checked the stylesheet of Bueno, and there was no such selector at first). So the colors you had changed originally applied to both posts and pages but now they don't.<br />
You've got this in the CSS editor:<br />
<pre><code>.post {
background-color: #FFFFCC;
border: 5px solid #FFDE9C;
margin: 0 0 60px;
padding: 50px 55px;
position: relative;
}</code></pre>
<p>You need to turn it to this:<br />
<pre><code>.post, div.page {
background-color: #FFFFCC;
border: 5px solid #FFDE9C;
}</code></pre>
<p>(The margin, padding and position rules are those of the original, so they are redundant, so they should be omitted, as I explain in the post I linked to.)</p>
<p>And you really should clean up the CSS editor. You can check the Revisions to find what you've changed, or you can copy the original stylesheet and compare it with the version you've got in the editor to find those changes, then keep only those changes and remove all the rest.
</p>
]]></description>
					</item>
		<item>
			<title>bearriverhomestead on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197620</link>
			<pubDate>Wed, 27 Mar 2013 18:18:22 +0000</pubDate>
			<dc:creator>bearriverhomestead</dc:creator>
			<guid isPermaLink="false">1197620@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your response, Justpi,<br />
When I started my blog back in 2010, there was nothing in your face and obvious from WordPress about coping and pasting into the CSS editor being a no-no.  I only saw references to it in the forum section while looking into something else.<br />
At the time I was merely trying to work offline in a Word doc because of shoddy internet service.  </p>
<p>Big mistake aside...this issue popped up around Christmas time.  For almost two years before that, it was fine.  </p>
<p>My focus is on our "About" pages and I probably wasn't that clear in my first question.  I apologize.<br />
If you look at this page:<a href="http://bearriverhomestead.com/about-5/mama-bear/" rel="nofollow">http://bearriverhomestead.com/about-5/mama-bear/</a><br />
The picture of the bear in a white box with a gray boarder- that white box and gray boarder is what my original question is about.</p>
<p>If you scroll down on that page to the Response section, you'll see it's a cream color background with a tan boarder.  That's what the white box and gray boarder <em>use</em> to look like.  </p>
<p>It seems to the Pages that are effected, not the rest of the blog where the main blog posts are written.</p>
<p>I realize this isn't earth shattering stuff, but I was just kind of curious why the color and boarder changed.  I didn't changed it but I also can't seem to find how to change it back in the CSS editor.  </p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197418</link>
			<pubDate>Wed, 27 Mar 2013 16:36:19 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1197418@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm seeing the same bg no matter what the post or the page ("large-background-90-wider" bg image, #55321B outer bg color).</p>
<p>But some things are bound not to work, because you've made the big mistake of copypasting the entire stylesheet of the theme into the CSS editor. See this post of mine:<br />
<a href="http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/" rel="nofollow">http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/</a>
</p>
]]></description>
					</item>
		<item>
			<title>bearriverhomestead on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1197335</link>
			<pubDate>Wed, 27 Mar 2013 15:52:31 +0000</pubDate>
			<dc:creator>bearriverhomestead</dc:creator>
			<guid isPermaLink="false">1197335@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not trying to be pushy...just thought I'd give this question a bump.
</p>
]]></description>
					</item>
		<item>
			<title>bearriverhomestead on "Background color on Pages have changed"</title>
			<link>http://en.forums.wordpress.com/topic/background-color-on-pages-have-changed#post-1185336</link>
			<pubDate>Mon, 18 Mar 2013 03:12:50 +0000</pubDate>
			<dc:creator>bearriverhomestead</dc:creator>
			<guid isPermaLink="false">1185336@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I use the Bueno theme.  The background color on my posts are fine, but I noticed that the background color on my Pages has changed.  My Pages are the About section of our blog. </p>
<p>I haven't changed my css code so I don't understand why the colors changed. It's white now with a gray boarder, but it should be a light cream color with a tan boarder.  </p>
<p>What's weird is the background color to the Responses didn't change.  It's still light cream with a tan boarder.
</p>
]]></description>
					</item>
		<item>
			<title>deadl on "Changing freshy grey background?..."</title>
			<link>http://en.forums.wordpress.com/topic/changing-freshy-grey-background#post-491051</link>
			<pubDate>Sun, 01 Aug 2010 07:50:41 +0000</pubDate>
			<dc:creator>deadl</dc:creator>
			<guid isPermaLink="false">491051@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks.<br />
I'll give that a go now and let you know if it works!
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Changing freshy grey background?..."</title>
			<link>http://en.forums.wordpress.com/topic/changing-freshy-grey-background#post-490970</link>
			<pubDate>Sat, 31 Jul 2010 23:06:20 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">490970@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You need to change the #page background-color but you might also need to change the background images for the header and footer which create the gradient effect for the border.
</p>
]]></description>
					</item>
		<item>
			<title>deadl on "Changing freshy grey background?..."</title>
			<link>http://en.forums.wordpress.com/topic/changing-freshy-grey-background#post-490961</link>
			<pubDate>Sat, 31 Jul 2010 21:28:01 +0000</pubDate>
			<dc:creator>deadl</dc:creator>
			<guid isPermaLink="false">490961@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey all,<br />
I'm using the Freshy them, but want to change the colour background. I've little knowledge of CSS, but through painstaking trial-and-error, I've managed to get the rest of the site to look somewaht decent. The background (i.e. the dull grey 'around' the middle strip) still eludes me. Can anyone share with me how to change it. It's driving me up the wall.</p>
<p>I've googled for answers and tried the ones that appeared on the first few pages, but with no joy.</p>
<p>I'm at:<br />
<a href="http://www.deadl.ie" rel="nofollow">http://www.deadl.ie</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
