<?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: widget colors</title>
		<link>http://en.forums.wordpress.com/topic/widget-colors</link>
		<description>WordPress.com Forums &#187; Topic: widget colors</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 07:24:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/widget-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "widget colors"</title>
			<link>http://en.forums.wordpress.com/topic/widget-colors#post-883369</link>
			<pubDate>Thu, 10 May 2012 15:30:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">883369@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here are some examples which may help you get started, you can pick one and modify it for your site. This example will change the background color for the entire left sidebar in the Mimbo Pro theme:</p>
<pre><code>#sidebar {
	background: #ffc;
}</code></pre>
<p>This example will change the background color for all custom menus in the left sidebar in the Mimbo Pro theme:</p>
<pre><code>#sidebar .widget_nav_menu {
	background: #ffc;
}</code></pre>
<p>This example will change the background color for just the first custom menu in your site using the ID assigned to the first menu. You can find the ID for any menu by adding it and then looking at the generated page source to see what the "id" value is set to.</p>
<pre><code>#nav_menu-5 {
	background: #ffc;
}</code></pre>
<p>Adjust the <a href="http://en.wikipedia.org/wiki/Web_colors">color</a> as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "widget colors"</title>
			<link>http://en.forums.wordpress.com/topic/widget-colors#post-883189</link>
			<pubDate>Thu, 10 May 2012 07:43:44 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">883189@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You've actually used custom menus for five widgets on your site, which is fine, but that means we have to target the custom menu widget(s) you want to change by their ID# so I need to know the title of the widgets you want to change so that we don't change the color of widgets you do NOT want to change.
</p>
]]></description>
					</item>
		<item>
			<title>radhagolokabihari on "widget colors"</title>
			<link>http://en.forums.wordpress.com/topic/widget-colors#post-883179</link>
			<pubDate>Thu, 10 May 2012 07:16:32 +0000</pubDate>
			<dc:creator>radhagolokabihari</dc:creator>
			<guid isPermaLink="false">883179@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi<br />
Im pretty new to CSS, i have my site at <a href="http://www.radhagolokabihari.com" rel="nofollow">http://www.radhagolokabihari.com</a> and im using Mimbo Pro template. I also purchased a custom design however i dont know how to change the background color of my left hand widget which is a custom menu...any suggestions on how i can change appearance of widgets
</p>
]]></description>
					</item>

	</channel>
</rss>
