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

		<item>
			<title>designsimply on "Match color of nav bar link item to sub menu link"</title>
			<link>http://en.forums.wordpress.com/topic/match-color-of-nav-bar-link-item-to-sub-menu-link#post-1272735</link>
			<pubDate>Mon, 20 May 2013 20:02:33 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1272735@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome!
</p>
]]></description>
					</item>
		<item>
			<title>suemoss105 on "Match color of nav bar link item to sub menu link"</title>
			<link>http://en.forums.wordpress.com/topic/match-color-of-nav-bar-link-item-to-sub-menu-link#post-1271913</link>
			<pubDate>Mon, 20 May 2013 08:44:48 +0000</pubDate>
			<dc:creator>suemoss105</dc:creator>
			<guid isPermaLink="false">1271913@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi designsimply </p>
<p>it worked a treat thank you very much :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Match color of nav bar link item to sub menu link"</title>
			<link>http://en.forums.wordpress.com/topic/match-color-of-nav-bar-link-item-to-sub-menu-link#post-1269762</link>
			<pubDate>Fri, 17 May 2013 20:39:48 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1269762@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think this will do it. Try it out to make sure it does what you're thinking of:</p>
<pre><code>#nav .current-page-ancestor &gt; a {
	color: #a3cc00;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>suemoss105 on "Match color of nav bar link item to sub menu link"</title>
			<link>http://en.forums.wordpress.com/topic/match-color-of-nav-bar-link-item-to-sub-menu-link#post-1268974</link>
			<pubDate>Fri, 17 May 2013 10:41:09 +0000</pubDate>
			<dc:creator>suemoss105</dc:creator>
			<guid isPermaLink="false">1268974@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi there<br />
ok on my site i have the nav bar links changing to green wen hovered over or selected and i am using drop down menus(sub menus).my question is - is there any way that when i select a sub menu item link that the parent nav bar link above would stay green , just to help the user remember where they are ?</p>
<p>Thanks jenny
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "changing the hover link color"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-hover-link-color#post-1249143</link>
			<pubDate>Tue, 30 Apr 2013 18:35:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1249143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked <a href="http://mylifeurge.com/" rel="nofollow">http://mylifeurge.com/</a> and it looks like you figured it out. I see this in your custom CSS:</p>
<pre><code>.main-navigation li:hover &gt; a, .main-navigation ul ul :hover &gt; a, .main-navigation ul ul a:hover {
	color: #8dd0cc;
	text-decoration:none
}
.main-navigation ul ul, .main-navigation ul li:hover {
	background: none
}</code></pre>
<p>The color code is #8dd0cc instead of #9ee5df, but you could swap that out if you wanted.</p>
<p>Nice work!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1238653</link>
			<pubDate>Tue, 23 Apr 2013 18:43:58 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1238653@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Keep working at it, your site looks very good. CSS is a lot of fun and it just takes some time working with it. I've been doing quite a lot of it now for several years, and I still learn something new everyday.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1238649</link>
			<pubDate>Tue, 23 Apr 2013 18:42:29 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1238649@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>With more and more of the CSS3 capabilities being opened up to us, we are getting more and more tools to make our sites look the way we want them. The downside, if one wants to think of it that way, is that the CSS becomes more complex and sometimes harder to figure out exactly what you need to change. In this case, compare my code below with yours. I went to a more specific class (.entry) and note where I put the "hover". I also had to use the !important qualifier. I typically try and stay away from using that, but couldn't see a way around it in this case.</p>
<pre><code>.entry a:hover.more-link {
color: #a8a8a8 !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>barrygcooper on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1238594</link>
			<pubDate>Tue, 23 Apr 2013 18:13:45 +0000</pubDate>
			<dc:creator>barrygcooper</dc:creator>
			<guid isPermaLink="false">1238594@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you thesacredpath! That's exactly it. </p>
<p>I'm trying to learn how to do this myself, but am not quite there yet. For example, I'd like to apply the same grey hover to the "Read More" links. </p>
<p>1. I ctrl-click, inspect elements. It tells me the "Read More" is connected to "a class="more-link"". </p>
<p>2. So I insert CSS that says:</p>
<p>#content a.more-link a:hover {<br />
	color: #a8a8a8;<br />
}</p>
<p>...but it doesn't work. Any ideas which wrong steps I'm taking? Very grateful for your help and patience here.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1238563</link>
			<pubDate>Tue, 23 Apr 2013 17:57:22 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1238563@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this. I've used the same grey hover color you have on the featured slider titles.</p>
<pre><code>#content .title a:hover {
color: #a8a8a8;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>barrygcooper on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1238200</link>
			<pubDate>Tue, 23 Apr 2013 15:13:58 +0000</pubDate>
			<dc:creator>barrygcooper</dc:creator>
			<guid isPermaLink="false">1238200@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for taking the time to help, designsimply. </p>
<p>An example of the link text I'm having trouble with is here:</p>
<p><a href="http://www.barrycooper.com" rel="nofollow">http://www.barrycooper.com</a></p>
<p>If you look at the heading "No Pain Was Spared Him. No Blessing Will Be Denied You", you'll see it's blue, with no hover color. Compare this to the behaviour of the Featured Article links above, and you'll see how I'd like it to behave. </p>
<p>When I do "inspect element", this is the code that is highlighted:</p>
<p><a>​No Pain Was Spared Him. No Blessing Will Be Denied You.​</a>​</p>
<p>Grateful for your help.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1238153</link>
			<pubDate>Tue, 23 Apr 2013 14:42:49 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1238153@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I've copied and pasted below my custom CSS, so you can see where I'm going wrong.</p></blockquote>
<p>You should only paste short snippets of CSS in forums if needed. CSS can be viewed through the "Inspect Element" option in a browser any time. Also, seeing the current custom CSS won't help with determining what needs to change for links elsewhere, you may need to create new custom CSS for those links depending on which specific links you're looking at.</p>
<blockquote><p>But I'm still having trouble making the links elsewhere on the site behave the same way.</p></blockquote>
<p>In this case, I would actually recommend viewing the original theme CSS file. Here is a direct link:<br />
<a href="https://s1.wp.com/wp-content/themes/premium/traction/style.css?m=1355330217g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/premium/traction/style.css?m=1355330217g&#038;minify=false</a></p>
<p>Look through that CSS for any "color" properties and note the selectors. If you want to find and replace a specific color code, you can search for just that code, copy all the relevant selectors into a comma-separated list, and paste that list followed by a new color property. Here is an example to illustrate:</p>
<pre><code>YOUR_LIST_OF_SELECTORS
     {
           color: #f00;
     }</code></pre>
<p>Replace #f00 with a color code of your choice.</p>
<p>Be careful when doing a full find and replace because there may be exceptions to colors you want to change (i.e. a specialized widget that has a dark background and needs to keep its light colored text). Sometimes it just takes a little experimentation to find which combination of selectors will work best.</p>
<p>This may also help when it comes to differentiating visited vs unvisited links:<br />
<a href="http://css-tricks.com/snippets/css/link-pseudo-classes-in-order/" rel="nofollow">http://css-tricks.com/snippets/css/link-pseudo-classes-in-order/</a></p>
<p>If you still need help, can you link to a specific example and point out the link text of a link you're still having trouble with and mention what you found when you used the "Inspect Element" option on it?
</p>
]]></description>
					</item>
		<item>
			<title>barrygcooper on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1237978</link>
			<pubDate>Tue, 23 Apr 2013 12:07:20 +0000</pubDate>
			<dc:creator>barrygcooper</dc:creator>
			<guid isPermaLink="false">1237978@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Anyone willing to ride to the rescue this St George's Day?
</p>
]]></description>
					</item>
		<item>
			<title>barrygcooper on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1232192</link>
			<pubDate>Fri, 19 Apr 2013 11:13:40 +0000</pubDate>
			<dc:creator>barrygcooper</dc:creator>
			<guid isPermaLink="false">1232192@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much designsimply. The "inspect element" option was something I didn't know about.</p>
<p>I did manage to make the "Featured" bar at the top behave as I'd like (ie links are light blue, hover is grey). </p>
<p>But I'm still having trouble making the links elsewhere on the site behave the same way. </p>
<p>I've copied and pasted below my custom CSS, so you can see where I'm going wrong.   </p>
<p>body {<br />
	font-family: "museo-1", "museo-2", serif;<br />
	line-height: 2.2em;<br />
}</p>
<p>div.feature-main h3 a:link,<br />
div.feature-main h3 a:visited,<br />
div.feature-sidebar ul li a strong {<br />
    color: #285A86;<br />
}</p>
<p>div.feature-main h3 a:hover,<br />
div.feature-sidebar ul li a strong:hover<br />
{<br />
	color: #A8A8A8;<br />
}</p>
<p>h2 a:link,<br />
h2 a:visited<br />
{<br />
    color: #285A86;<br />
}</p>
<p>h2 a:hover<br />
{<br />
    color: #A8A8A8;<br />
}</p>
<p>#content a:link {<br />
	color: #285A86;<br />
}</p>
<p>#content a:link a:hover {<br />
	color: #A8A8A8;<br />
}</p>
<p>#copyright {<br />
	display: none;<br />
}</p>
<p>div.cats {<br />
	display: none;<br />
}</p>
<p>div.tags {<br />
	display: none;<br />
}</p>
<p>#pg-nav-bg {<br />
	display: none;<br />
}</p>
<p>p + p {<br />
	margin-top: 1.5em;<br />
}</p>
<p>ul li.widget ul.tweets li {<br />
	padding: 1px 0 10px;<br />
} </p>
<p>Would be very grateful if someone could put me out of my misery :)
</p>
]]></description>
					</item>
		<item>
			<title>akosarin on "changing the hover link color"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-hover-link-color#post-1232165</link>
			<pubDate>Fri, 19 Apr 2013 10:30:36 +0000</pubDate>
			<dc:creator>akosarin</dc:creator>
			<guid isPermaLink="false">1232165@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi!  I have the css upgrade for my blog <a href="http://www.mylifeurge.com" rel="nofollow">http://www.mylifeurge.com</a>. I am using the sight theme.</p>
<p>I am trying to change the hover link in the navigation menu so the letters just change colors when you hover over it instead of having a block of color when mouse over it.  I want the letters to be this color #9ee5df when you roll over the menu pages.  </p>
<p>Can anyone help.  I have been at this for hours to no avail.  </p>
<p>Thank you,<br />
Amanda
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to make link/hover color uniform throughout Traction theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-linkhover-color-uniform-throughout-traction-theme#post-1224997</link>
			<pubDate>Mon, 15 Apr 2013 15:35:28 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1224997@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's possible for a theme to have additional rules for specific links. In order to change links like that, you can right-click on the element and select the "Inspect Element" option and the CSS rules that have been applied will be on the right. You should be able to find the specific selector you need to change the element you clicked on from there.</p>
<p>For example, to change the color of the Featured Articles links on the right in the Traction theme, find this in your custom CSS:</p>
<pre><code>div.feature-main h3 a:link,
div.feature-main h3 a:visited {
	color: #285A86
}</code></pre>
<p>And add this "div.feature-sidebar ul li a strong" so that the new rule looks like this:</p>
<pre><code>div.feature-main h3 a:link,
div.feature-main h3 a:visited,
div.feature-sidebar ul li a strong {
	color: #285A86
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change Footer and Credits Text Color"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-and-credits-text-color#post-1222925</link>
			<pubDate>Sat, 13 Apr 2013 18:28:24 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1222925@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can't modify the footer credits like you have already. Changing the text to white, as you have done (blog at and theme) is the same as hiding them, and we are not allowed to hide the credits. Even changing them to a very light grey or something that is nearly invisible would be seen as hiding them, and doing that can get your site suspended. You need to either remove this or change the color to something visible:</p>
<pre><code>#colophon {
    clear: both;
    color: #FFFFFF !important;
    text-decoration: none;
}</code></pre>
<p>To change the links color in the footer, you can do this:</p>
<pre><code>.site-info a {
color: #999999;
}</code></pre>
<p>I would not go much lighter than what I've used above, and set the #colophon back to that as well.
</p>
]]></description>
					</item>
		<item>
			<title>schuval on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1222369</link>
			<pubDate>Sat, 13 Apr 2013 04:12:37 +0000</pubDate>
			<dc:creator>schuval</dc:creator>
			<guid isPermaLink="false">1222369@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Bingo @thesacredpath... thanks so much.
</p>
]]></description>
					</item>
		<item>
			<title>zfarnsworth on "Change Footer and Credits Text Color"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-and-credits-text-color#post-1222339</link>
			<pubDate>Sat, 13 Apr 2013 03:38:06 +0000</pubDate>
			<dc:creator>zfarnsworth</dc:creator>
			<guid isPermaLink="false">1222339@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How would I change the footer and credits text to a grey color instead of blue?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do I make the color of my hyperlinks uniform?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-color-of-my-hyperlinks-uniform#post-1222277</link>
			<pubDate>Sat, 13 Apr 2013 02:43:06 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1222277@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Umm, the navigation links are white (or a very light grey in Chrome, Firefox and Safari for me on your site, not purple. The navigation link colors are set in this:</p>
<p><code>.navigation-main a</code>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1222271</link>
			<pubDate>Sat, 13 Apr 2013 02:37:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1222271@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Pretty much everything except for linked titles (site and post) seems controlled in these two:</p>
<pre><code>a:link, a:visited {
    color: #9C8A6A;
}

a:hover, a:active {
    color: #3E372B;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1222269</link>
			<pubDate>Sat, 13 Apr 2013 02:35:48 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1222269@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The links colors are set in a few locations (different selectors) because all links are not the same color. The title of posts are links (while on main page, archives, tags or category pages) is another link and is controlled by a different selector. The site title is a link and controlled by yet a different selector.</p>
<p>Which type of link do you want to change the color on?
</p>
]]></description>
					</item>
		<item>
			<title>schuval on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1222154</link>
			<pubDate>Sat, 13 Apr 2013 00:46:03 +0000</pubDate>
			<dc:creator>schuval</dc:creator>
			<guid isPermaLink="false">1222154@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Great, got rid of the underline. Can you please give me the code (for Manifest) to change the links <strong>Color</strong>.
</p>
]]></description>
					</item>
		<item>
			<title>ibergstrom on "How do I make the color of my hyperlinks uniform?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-color-of-my-hyperlinks-uniform#post-1221940</link>
			<pubDate>Fri, 12 Apr 2013 22:53:21 +0000</pubDate>
			<dc:creator>ibergstrom</dc:creator>
			<guid isPermaLink="false">1221940@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, I appreciate your help!  I just tried the code again and it worked, but now the links in my top navigation bar (About Peonies to Palm Trees, About Me, etc.) have turned purple as well, and I was hoping that they would remain white.  Any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do I make the color of my hyperlinks uniform?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-color-of-my-hyperlinks-uniform#post-1221919</link>
			<pubDate>Fri, 12 Apr 2013 22:43:47 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1221919@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you edit the color code? I've tried this again in my test blog and also using Firebug in Firefox on your site, and in both places it works. Here is the code again with the purple color showing for most links on your site.</p>
<pre><code>a:visited {
color: #7D7DBF;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ibergstrom on "How do I make the color of my hyperlinks uniform?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-color-of-my-hyperlinks-uniform#post-1221901</link>
			<pubDate>Fri, 12 Apr 2013 22:32:19 +0000</pubDate>
			<dc:creator>ibergstrom</dc:creator>
			<guid isPermaLink="false">1221901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It still didn't work for me for some reason - <a href="http://peoniestopalmtrees.com/" rel="nofollow">http://peoniestopalmtrees.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do I make the color of my hyperlinks uniform?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-color-of-my-hyperlinks-uniform#post-1221872</link>
			<pubDate>Fri, 12 Apr 2013 22:22:03 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1221872@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this to the bottom of your custom CSS and then change the color code to the one you want for "visited" links.</p>
<p>`a:visited {<br />
color: #FF8F85;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>ibergstrom on "How do I make the color of my hyperlinks uniform?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-color-of-my-hyperlinks-uniform#post-1221488</link>
			<pubDate>Fri, 12 Apr 2013 19:13:07 +0000</pubDate>
			<dc:creator>ibergstrom</dc:creator>
			<guid isPermaLink="false">1221488@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The hyperlinks that have been clicked on in my posts are a different color than the hyperlinks that have not been clicked on.  How can I turn off that feature so all of the hyperlinks are the same color?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1220900</link>
			<pubDate>Fri, 12 Apr 2013 13:56:07 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1220900@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here as well:<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>thesacredpath on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1220892</link>
			<pubDate>Fri, 12 Apr 2013 13:53:07 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1220892@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, you just find the code that was controlling the underline on the links, paste it in and change it. You can delete all the informational text in the CSS window, but even if you don't, the first time you save it will be stripped out.</p>
<p>You don't actually edit CSS here. You create rules to override the existing CSS. The custom CSS is loaded after the original CSS so it takes precedence.
</p>
]]></description>
					</item>
		<item>
			<title>schuval on "Am I missing something in editor?"</title>
			<link>http://en.forums.wordpress.com/topic/am-i-missing-something-in-editor#post-1220838</link>
			<pubDate>Fri, 12 Apr 2013 13:13:30 +0000</pubDate>
			<dc:creator>schuval</dc:creator>
			<guid isPermaLink="false">1220838@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thansks @thesacredpath. </p>
<p>So, if for example I want to remove the underline in links that I've created, I would just paste the code right into that box ("welcome to css...") ? And that would take care of it? See, I thought that I would see all the pre-formatted CSS codes.
</p>
]]></description>
					</item>

	</channel>
</rss>
