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

		<item>
			<title>designsimply on "Trying and failing to change BG color of sidebars"</title>
			<link>http://en.forums.wordpress.com/topic/trying-and-failing-to-change-bg-color-of-sidebars#post-1082068</link>
			<pubDate>Fri, 30 Nov 2012 03:51:14 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1082068@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would recommend trying it out with the Preview button on the Appearance &#8594; Custom Design &#8594; CSS page. Even if you don't have experience with CSS, you can always learn if you're interested!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Trying and failing to change BG color of sidebars"</title>
			<link>http://en.forums.wordpress.com/topic/trying-and-failing-to-change-bg-color-of-sidebars#post-1064426</link>
			<pubDate>Thu, 08 Nov 2012 18:27:51 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1064426@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What I said was that we regular Volunteers don't recommend that any blogger who lacks CSS editing experience purchase this upgrade. The reason I said that is because waiting for Staff support for CSS editing  is not a matter of hours it's a matter of days.
</p>
]]></description>
					</item>
		<item>
			<title>btse1 on "Trying and failing to change BG color of sidebars"</title>
			<link>http://en.forums.wordpress.com/topic/trying-and-failing-to-change-bg-color-of-sidebars#post-1064099</link>
			<pubDate>Thu, 08 Nov 2012 14:54:24 +0000</pubDate>
			<dc:creator>btse1</dc:creator>
			<guid isPermaLink="false">1064099@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your replies. I think I read a reply from <em>timethief</em> to someone else's question on this forum which basically said unless you're a CSS expert, purchasing the custom upgrade is a waste of money. I think that describes me. I'm reasonably comfortable with html, but have only taken baby steps with CSS.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Trying and failing to change BG color of sidebars"</title>
			<link>http://en.forums.wordpress.com/topic/trying-and-failing-to-change-bg-color-of-sidebars#post-1063814</link>
			<pubDate>Thu, 08 Nov 2012 03:46:43 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1063814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I had a similar need on my theme, and  I wasn't totally happy with the effect I achieved so there may be a much better solution out there.  What I found was that I could get the grey background behind all the widgets on my theme but it stopped at the bottom of the last widget whereas I pictured the complete "column" having that color. I never did achieve it.  But this is similar to what I used:</p>
<p><code>#sidebar2 {background: #eee;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Trying and failing to change BG color of sidebars"</title>
			<link>http://en.forums.wordpress.com/topic/trying-and-failing-to-change-bg-color-of-sidebars#post-1063730</link>
			<pubDate>Wed, 07 Nov 2012 23:33:08 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1063730@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello there,<br />
This is the link to CSS stylesheet for the version of Mystique theme that we have here at WordPress.com.<br />
<a href="https://wpcom-themes.svn.automattic.com/mystique/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/mystique/style.css</a>
</p>
]]></description>
					</item>
		<item>
			<title>btse1 on "Trying and failing to change BG color of sidebars"</title>
			<link>http://en.forums.wordpress.com/topic/trying-and-failing-to-change-bg-color-of-sidebars#post-1063712</link>
			<pubDate>Wed, 07 Nov 2012 23:19:57 +0000</pubDate>
			<dc:creator>btse1</dc:creator>
			<guid isPermaLink="false">1063712@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In an on-line article by the author/developer of the Mystique theme at <a href="http://www.techlila.com/mystique-theme-modifications-hacks/" rel="nofollow">http://www.techlila.com/mystique-theme-modifications-hacks/</a>, he posts a number of hacks. I am interested in No. 23 which he describes thus: </p>
<p>Make the sidebars grey (#eee) and the main content white (#fff):</p>
<p>.c2right #mask-1,<br />
.c2left #mask-3,<br />
.c3 #mask-2,<br />
.c3left #mask-3,<br />
.c3right #mask-1<br />
  {background: #fff;}</p>
<p>.c2left #mask-1,<br />
.c2right #mask-3,<br />
.c3 #mask-1, .c3 #mask-3,<br />
.c3left #mask-2,<br />
.c3right #mask-3<br />
  {background: #eee;}</p>
<p>However, this is *exactly* the same (default?)  code which appears when I go to my Dashboard -&#62; Custom Design -&#62; CSS. BTW, I have not tried to modify my CSS with this hack.</p>
<p>Can someone explain to this dummy what I’m missing here? My sidebars are not grey.</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
