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

		<item>
			<title>thesacredpath on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1188418</link>
			<pubDate>Wed, 20 Mar 2013 16:35:33 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1188418@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>mycoolslim on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1188257</link>
			<pubDate>Wed, 20 Mar 2013 14:05:17 +0000</pubDate>
			<dc:creator>mycoolslim</dc:creator>
			<guid isPermaLink="false">1188257@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked! Thank you a million. I have another question re: deleting page titles off of individual pages that I've posted in the forums, if you can help me with that too it would be amazing as this is the 2nd time your coding has solved my exact problems!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187916</link>
			<pubDate>Wed, 20 Mar 2013 04:57:45 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1187916@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, this changes the "hover" color on the menu items only.</p>
<pre><code>#access li a:hover {
color: #CC0000;
}</code></pre>
<p>This would change the "active" link color (the orange).</p>
<pre><code>#access .current_page_item &gt; a, #access .current_page_ancestor &gt; a, #access .current-menu-item &gt; a, #access .current-menu-ancestor &gt; a {
color: #C17E08;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>mycoolslim on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187836</link>
			<pubDate>Wed, 20 Mar 2013 02:23:02 +0000</pubDate>
			<dc:creator>mycoolslim</dc:creator>
			<guid isPermaLink="false">1187836@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>...I should note, changing hover links isn't a problem for me. just the active link color.
</p>
]]></description>
					</item>
		<item>
			<title>mycoolslim on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187835</link>
			<pubDate>Wed, 20 Mar 2013 02:21:23 +0000</pubDate>
			<dc:creator>mycoolslim</dc:creator>
			<guid isPermaLink="false">1187835@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was looking to just have the menu links' color changed, not necessarily in the text on pages (i'm building the site for a client and she's not ready to have it 'live' yet). I'm looking for a code I can just add into my custom CSS if possible.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187828</link>
			<pubDate>Wed, 20 Mar 2013 02:15:10 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1187828@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This works by using Firebug Firefox add-on to insert this directly into your custom CSS, at least for me. It changes the color of links when you hover your mouse over them. Since everything on your site is password protected, I can't check all types of links.</p>
<pre><code>a:hover {
    color: #CC0000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>mycoolslim on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187801</link>
			<pubDate>Wed, 20 Mar 2013 01:26:05 +0000</pubDate>
			<dc:creator>mycoolslim</dc:creator>
			<guid isPermaLink="false">1187801@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I tried entering that into my CSS and it still isn't changing the active link color. Is there specific coding I need for the menu perhaps? </p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187712</link>
			<pubDate>Tue, 19 Mar 2013 23:26:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1187712@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>All of your content appears to be password protected, so I checked this post from the demo as an example:<br />
<a href="http://suburbiademo.wordpress.com/2012/01/24/hello-world/" rel="nofollow">http://suburbiademo.wordpress.com/2012/01/24/hello-world/</a></p>
<p>The :active pseudo-class isn't used by the theme CSS, so you probably just want to use "a" instead of "a:active". Or if you were trying to change the link color that appears when you hover over the link, also add a rule for "a:hover". Here is an example:</p>
<pre><code>a {
	color: #f0f;
}
a:hover {
	color: #f00;
}</code></pre>
<p>Change the color codes as needed.<br />
<a href="http://en.wikipedia.org/wiki/Web_colors#X11_color_names" rel="nofollow">http://en.wikipedia.org/wiki/Web_colors#X11_color_names</a>
</p>
]]></description>
					</item>
		<item>
			<title>mycoolslim on "Changing Active Link Color in Suburbia"</title>
			<link>http://en.forums.wordpress.com/topic/changing-active-link-color-in-suburbia#post-1187648</link>
			<pubDate>Tue, 19 Mar 2013 22:13:05 +0000</pubDate>
			<dc:creator>mycoolslim</dc:creator>
			<guid isPermaLink="false">1187648@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>I want to change the active link color in my menu in the Suburbia theme, and have been entering <code>a:active {&lt;br /&gt;
	color: 1a92af;&lt;br /&gt;
}</code><br />
into the CSS, but still not working. I've cleared my chache and cookies. Is there a certain code I should be using in Suburbia?</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1165453</link>
			<pubDate>Wed, 27 Feb 2013 17:34:58 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1165453@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the explanation, I had no idea that there were contrast rules when using Custom Colors. I just saw that somehow the Custom Color was being overridden in the CSS. I'm still learning WordPress and CSS myself, so thank you for the insight.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1160312</link>
			<pubDate>Fri, 22 Feb 2013 20:30:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1160312@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Aha, I found an answered your question in another thread before I saw this one. Please also see this reply for an explanation about how the contrast rules work in Custom Colors:<br />
<a href="http://en.forums.wordpress.com/topic/wrong-color-showing-in-imbalance-2?replies=2#post-1160302" rel="nofollow">http://en.forums.wordpress.com/topic/wrong-color-showing-in-imbalance-2?replies=2#post-1160302</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Wrong color showing in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/wrong-color-showing-in-imbalance-2#post-1160302</link>
			<pubDate>Fri, 22 Feb 2013 20:24:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1160302@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@julievanhuizen, what is happening is that the Custom Colors feature has some built in contrast rules to try to help keep the text readable for people with impaired vision and for accessibility reasons. If you select a color that is too close to the background color or that is programmatically determined to be too hard to read, the color gets adjusted.</p>
<p>It's possible to override the color contrast rules using custom CSS. Here is an example that adjusts all of the things Custom colors adjusts for link and heading color, except you need to copy and paste it into your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>a,
#nav-above a,
.fetch a,
.entry-meta a,
#site-info a {
	color: #f58026;
}

.menu ul a,
#reply-title,
.entry-title,
.page-title,
.post_title,
.post_title h1,
.post_title h2,
#comments-title,
#site-title a,
#site-title,
.widget-title a,
.widget-title,
.box h1,.box h1 a {
	color: #fec532;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1157503</link>
			<pubDate>Tue, 19 Feb 2013 20:43:48 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1157503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ha! No problem.
</p>
]]></description>
					</item>
		<item>
			<title>julievanhuizen on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1157409</link>
			<pubDate>Tue, 19 Feb 2013 19:36:49 +0000</pubDate>
			<dc:creator>julievanhuizen</dc:creator>
			<guid isPermaLink="false">1157409@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Success! Thank you!<br />
Now I'll try to track down the other places I posted this... ;)
</p>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1157404</link>
			<pubDate>Tue, 19 Feb 2013 19:31:41 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1157404@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>These commands are, essentially, manually changing the color pallets of you blog. In the future, if you want to change colors again, you will have to remove these commands from the CSS Stylesheet Editor.
</p>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1157396</link>
			<pubDate>Tue, 19 Feb 2013 19:24:56 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1157396@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you haven't tried this already, copy and paste these commands into your CSS Stylesheet Editor, and then preview or save the page to see if they've worked.</p>
<p>Headers-</p>
<blockquote><p>.menu ul a, #reply-title, .entry-title, .page-title, .post_title, .post_title h1, .post_title h2, #comments-title, #site-title a, #site-title, .widget-title a, .widget-title, .box h1, .box h1 a {<br />
color: #FEC532;<br />
}</p></blockquote>
<p>Links-</p>
<blockquote><p>a, .menu a:hover, .menu ul a:hover, .menu ul .current_page_item &#62; a, .menu ul .current_page_ancestor &#62; a, .menu ul .current-menu-item &#62; a, .menu ul .current-menu-ancestor &#62; a, #nav-above a:hover, #footer a:hover, .entry-meta a:hover, .widget_flickr #flickr_badge_uber_wrapper a:hover, .widget_flickr #flickr_badge_uber_wrapper a:link, .widget_flickr #flickr_badge_uber_wrapper a:active, .widget_flickr #flickr_badge_uber_wrapper a:visited {<br />
color: #F58026;<br />
}</p></blockquote>
<p>These commands should override the standard CSS of the Imbalance 2 theme. If they don't work, then let me know and I'll try to find another solution.
</p>
]]></description>
					</item>
		<item>
			<title>julievanhuizen on "Wrong color showing in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/wrong-color-showing-in-imbalance-2#post-1157297</link>
			<pubDate>Tue, 19 Feb 2013 18:10:00 +0000</pubDate>
			<dc:creator>julievanhuizen</dc:creator>
			<guid isPermaLink="false">1157297@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all, I have the custom design upgrade, and have selected two custom colours for my blog. A bright yellow (fec532) for the headers and bright orange (f58026) for the links. However, wordpress shows these colours as terribly ugly darker versions, and I'm totally at a loss as to why. Is there something I can stick in the css to fix this?</p>
<p>Here's a screen shot showing the discrepancy between the colours selected, and how they are showing on my blog: Yuck!</p>
<p><a href="http://jubileecreative.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-10-45-44-am.jpg" rel="nofollow">http://jubileecreative.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-10-45-44-am.jpg</a></p>
<p>Thanks in advance,</p>
<p>The blog I need help with is jubileecreative.wordpress.com.
</p>
]]></description>
					</item>
		<item>
			<title>julievanhuizen on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1157294</link>
			<pubDate>Tue, 19 Feb 2013 18:07:22 +0000</pubDate>
			<dc:creator>julievanhuizen</dc:creator>
			<guid isPermaLink="false">1157294@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'll also add I have viewed the site in Chrome, Firefox and Safari, and all display the wrong, dark, hues.
</p>
]]></description>
					</item>
		<item>
			<title>julievanhuizen on "Mucky custom colours in Imbalance 2."</title>
			<link>http://en.forums.wordpress.com/topic/mucky-custom-colours-in-imbalance-2#post-1157135</link>
			<pubDate>Tue, 19 Feb 2013 15:49:17 +0000</pubDate>
			<dc:creator>julievanhuizen</dc:creator>
			<guid isPermaLink="false">1157135@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all, I have the custom design upgrade, and have selected two custom colours for my blog. A bright yellow (fec532) for the headers and bright orange (f58026) for the links. However, wordpress shows these colours as terribly ugly darker versions, and I'm totally at a loss as to why. Is there something I can stick in the css to fix this?</p>
<p>Here's a screen shot showing the discrepancy between the colours selected, and how they are showing on my blog: Yuck!</p>
<p><a href="http://jubileecreative.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-10-45-44-am.jpg" rel="nofollow">http://jubileecreative.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-10-45-44-am.jpg</a></p>
<p>Thanks in advance,
</p>
]]></description>
					</item>
		<item>
			<title>veronicamade on "Why isn&#039;t some text the color I&#039;ve selected?"</title>
			<link>http://en.forums.wordpress.com/topic/why-isnt-some-text-the-color-ive-selected#post-1152718</link>
			<pubDate>Thu, 14 Feb 2013 15:11:41 +0000</pubDate>
			<dc:creator>veronicamade</dc:creator>
			<guid isPermaLink="false">1152718@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked! Thanks so much for your help. I really appreciate it.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Why isn&#039;t some text the color I&#039;ve selected?"</title>
			<link>http://en.forums.wordpress.com/topic/why-isnt-some-text-the-color-ive-selected#post-1152358</link>
			<pubDate>Thu, 14 Feb 2013 02:32:48 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152358@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Do I go to Appearance &#62; Custom Design &#62; CSS? There's a window that comes up that says CSS Stylesheet Editor, but I'm afraid to type anything in there because I don't want to mess anything up with my blog because I'm afraid I won't be able to change it back to the way it was before.</p></blockquote>
<p>That's exactly the right place. Don't worry about messing it up because there is a preview button and the CSS editor also saves revisions so you can go back to the previous saved state even if you save a change that's not correct.</p>
<p>Just jump in and edit! :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "custom link color not working as expected in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-link-color-not-working-as-expected-in-oxygen-theme#post-1152353</link>
			<pubDate>Thu, 14 Feb 2013 02:25:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152353@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry for the confusion. The Custom Colors feature will update the color values if the color you set is too close to the background color and may affect readability or make it harder for the sight-impaired to read it.</p>
<p>You can still override the colors, but you'll have to do it with the CSS Editor instead of Custom Colors. It may take some work if you want to change a lot of things, but the forums are a good place to ask for help.</p>
<p>I checked your site, and I found that it looks like you've already got the link color updated using the following custom CSS:</p>
<pre><code>a {
	color: #ff542d;
	text-decoration:none;
}

#topmenu li a:hover,
#topmenu li.active a {
	text-decoration: none;
	color: #ff542d;
}

.post .title a {
	color: #ff542d;
	padding-bottom: 5px;
}</code></pre>
<p>To also update the flickr link color, add ".widget ul li a" to the selector list. Note that you can combine those. For example, you can replace the first two blocks from the example above:</p>
<pre><code>a {
	color: #ff542d;
	text-decoration:none;
}

#topmenu li a:hover,
#topmenu li.active a {
	text-decoration: none;
	color: #ff542d;
}</code></pre>
<p>with this:</p>
<pre><code>a,
#topmenu li a:hover,
#topmenu li.active a,
.widget ul li a {
	color: #ff542d;
	text-decoration:none;
}</code></pre>
<p>Notice that I added ".widget ul li a" to the list in the last example.
</p>
]]></description>
					</item>
		<item>
			<title>veronicamade on "Why isn&#039;t some text the color I&#039;ve selected?"</title>
			<link>http://en.forums.wordpress.com/topic/why-isnt-some-text-the-color-ive-selected#post-1141050</link>
			<pubDate>Fri, 01 Feb 2013 15:58:56 +0000</pubDate>
			<dc:creator>veronicamade</dc:creator>
			<guid isPermaLink="false">1141050@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can anyone tell me where to put this CSS text? I want to make sure I type it in the right place.
</p>
]]></description>
					</item>
		<item>
			<title>tauraedgar on "custom link color not working as expected in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-link-color-not-working-as-expected-in-oxygen-theme#post-1140738</link>
			<pubDate>Fri, 01 Feb 2013 06:12:01 +0000</pubDate>
			<dc:creator>tauraedgar</dc:creator>
			<guid isPermaLink="false">1140738@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi - this happens to all links included top nav, in post.  i do notice that in widgets only the a title link changes color (see my twitter widget) and the tweets themselves stay grey which is fine. you can see my page right now has nice #ff542d but only because my side menu is black.  i want it to be white and the links stay #ff542d.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "custom link color not working as expected in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-link-color-not-working-as-expected-in-oxygen-theme#post-1140482</link>
			<pubDate>Thu, 31 Jan 2013 22:47:20 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1140482@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you talking about the links in the recent posts and likes widgets in the right sidebar?
</p>
]]></description>
					</item>
		<item>
			<title>tauraedgar on "custom link color not working as expected in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-link-color-not-working-as-expected-in-oxygen-theme#post-1139618</link>
			<pubDate>Thu, 31 Jan 2013 08:08:43 +0000</pubDate>
			<dc:creator>tauraedgar</dc:creator>
			<guid isPermaLink="false">1139618@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Some additional info...I find that when I chose a secondary menu color which is dark (#111111 or #000000) is changes the secondary menu font to a lighter color.  It simultaneously let's all the links appear in the nice orange red I would like.  If I change the secondary menu to a light color like #ffffff, the text changes to a dark one and all the links in the whole site then have a dark overlay and the links turn up dark red.  How can I stop the links from changing everywhere on the page?
</p>
]]></description>
					</item>
		<item>
			<title>tauraedgar on "custom link color not working as expected in oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-link-color-not-working-as-expected-in-oxygen-theme#post-1138674</link>
			<pubDate>Wed, 30 Jan 2013 11:54:24 +0000</pubDate>
			<dc:creator>tauraedgar</dc:creator>
			<guid isPermaLink="false">1138674@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have oxygen theme and have upgraded to custom design.  In Theme options I've set the link color to #ff542d (orangey red).  I've also set this color in Custom Design.  However the links show up a darker blood red - as if there's a grey overlay to them.  Even if I change the Custom Design link to white the links still show up dark grey.  How can I get them to really show up #ff542d?  I can change the CSS but I'm not sure how.  Please advise
</p>
]]></description>
					</item>
		<item>
			<title>veronicamade on "Why isn&#039;t some text the color I&#039;ve selected?"</title>
			<link>http://en.forums.wordpress.com/topic/why-isnt-some-text-the-color-ive-selected#post-1132254</link>
			<pubDate>Wed, 23 Jan 2013 21:49:27 +0000</pubDate>
			<dc:creator>veronicamade</dc:creator>
			<guid isPermaLink="false">1132254@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>designsimply,</p>
<p>Thanks so much for replying to my post! I was hoping someone would. </p>
<p>Ok, I'm a total newbie at CSS. Where do I put that CSS text that you gave me? Do I go to Appearance &#62; Custom Design &#62; CSS? There's a window that comes up that says CSS Stylesheet Editor, but I'm afraid to type anything in there because I don't want to mess anything up with my blog because I'm afraid I won't be able to change it back to the way it was before.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Why isn&#039;t some text the color I&#039;ve selected?"</title>
			<link>http://en.forums.wordpress.com/topic/why-isnt-some-text-the-color-ive-selected#post-1132093</link>
			<pubDate>Wed, 23 Jan 2013 19:33:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1132093@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Custom Colors tool has a feature built in to detect hard-to-read text and try to fix it. These contrast rules will try to prevent the text from being displayed too light for some users to read and they are intended to improve readability and accessibility.</p>
<p>If you'd like to override the contrast rules, you can add in CSS to your Appearance &#8594; Custom Design &#8594; CSS editor. It looks like you wanted to use #42d8f0 for your links and post titles in the content area and sidebar. Here is example CSS you can use for that:</p>
<pre><code>#main a {
	color: #42d8f0 !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>veronicamade on "Why isn&#039;t some text the color I&#039;ve selected?"</title>
			<link>http://en.forums.wordpress.com/topic/why-isnt-some-text-the-color-ive-selected#post-1126060</link>
			<pubDate>Wed, 16 Jan 2013 20:47:25 +0000</pubDate>
			<dc:creator>veronicamade</dc:creator>
			<guid isPermaLink="false">1126060@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can anyone help me?
</p>
]]></description>
					</item>

	</channel>
</rss>
