<?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: I want to change the color of my sidebar, how to do?</title>
		<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do</link>
		<description>WordPress.com Forums &#187; Topic: I want to change the color of my sidebar, how to do?</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 13:05:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-605606</link>
			<pubDate>Mon, 16 May 2011 23:29:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">605606@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>volretniv on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-605591</link>
			<pubDate>Mon, 16 May 2011 22:46:29 +0000</pubDate>
			<dc:creator>volretniv</dc:creator>
			<guid isPermaLink="false">605591@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you all!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604227</link>
			<pubDate>Sat, 14 May 2011 10:23:49 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">604227@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was thinking you had the CSS upgrade from looking at your source code. Yes, you would need the CSS upgrade. You can use the preview function at appearance &#62; edit CSS to see what it looks like at least.
</p>
]]></description>
					</item>
		<item>
			<title>volretniv on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604224</link>
			<pubDate>Sat, 14 May 2011 10:18:45 +0000</pubDate>
			<dc:creator>volretniv</dc:creator>
			<guid isPermaLink="false">604224@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is CSS free?</p>
<p>thesacredpath: do I have to paste the code in CSS or is there another way? IT looks exactly like I wanted! Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604219</link>
			<pubDate>Sat, 14 May 2011 10:06:22 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">604219@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On another note. Your background image is great, but at 2.8mb it is way too large (file size). You want to optimize it for the web so that it is no more than 100 or 150k at the most so your site loads fast for those on slower internet connections.
</p>
]]></description>
					</item>
		<item>
			<title>mkalina on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604218</link>
			<pubDate>Sat, 14 May 2011 10:05:21 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">604218@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like as if your sidebar does not have any background-color defined. If you have the custom CSS-upgrade, define #sidebar with a color contrasting to the text's color...
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604217</link>
			<pubDate>Sat, 14 May 2011 10:03:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">604217@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This should get you started. The colors for the text are just placeholders. I made the sidebar border and background colors match the content area. You can of course change all that as you desire.</p>
<pre><code>#sidebar {
background: none repeat scroll 0 0 #FFFFFA;
border: 3px solid #D0CBB5;
margin-left: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}

#sidebar ul li a {
color: #000000;
}

#sidebar ul li a:hover {
color: #CC0000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>volretniv on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604213</link>
			<pubDate>Sat, 14 May 2011 09:37:44 +0000</pubDate>
			<dc:creator>volretniv</dc:creator>
			<guid isPermaLink="false">604213@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>the link is: <a href="http://atjonaspunktcom.wordpress.com/" rel="nofollow">http://atjonaspunktcom.wordpress.com/</a> </p>
<p>Thanks!</p>
<p>/Jonas
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604192</link>
			<pubDate>Sat, 14 May 2011 08:44:25 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">604192@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We need a link to the site you are talking about.
</p>
]]></description>
					</item>
		<item>
			<title>volretniv on "I want to change the color of my sidebar, how to do?"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-change-the-color-of-my-sidebar-how-to-do#post-604183</link>
			<pubDate>Sat, 14 May 2011 08:02:23 +0000</pubDate>
			<dc:creator>volretniv</dc:creator>
			<guid isPermaLink="false">604183@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a problem with the visibility of my sidebar. Is there any way to change the color of the text and title?
</p>
]]></description>
					</item>

	</channel>
</rss>
