<?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: Change link color in Bueno</title>
		<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno</link>
		<description>WordPress.com Forums &#187; Topic: Change link color in Bueno</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 07:18:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/change-link-color-in-bueno" rel="self" type="application/rss+xml" />

		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024172</link>
			<pubDate>Thu, 27 Sep 2012 23:55:39 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024172@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I apologize for the apparent confusion.  I understand the entire stylesheet does not need to be input and edited in the Editor.  I've added only modifications to the CSS Editor and everything is working great.  This topic can be closed.  Thanks so much for your time, timethief :)
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024157</link>
			<pubDate>Thu, 27 Sep 2012 23:27:16 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024157@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>(I just used a different color, of course)
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024156</link>
			<pubDate>Thu, 27 Sep 2012 23:26:39 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024156@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Will do, thanks.  </p>
<p>FYI--though I don't know if this makes a difference--the fix I mention in my comment above worked (replacing that whole section with <strong>a:link, a:visited { color: #F3686D; }</strong>)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024151</link>
			<pubDate>Thu, 27 Sep 2012 23:23:04 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1024151@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This upgrade comes with Staff support so please be patient while waiting for them to assist you.
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024149</link>
			<pubDate>Thu, 27 Sep 2012 23:22:04 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024149@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay... then, that being said, where *do* I insert <code>a:link, a:visited { color: #F3686D; }</code> ??
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024102</link>
			<pubDate>Thu, 27 Sep 2012 22:43:42 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1024102@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No don't do that. When you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing.
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024101</link>
			<pubDate>Thu, 27 Sep 2012 22:43:05 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024101@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just answered my own question.  Thanks so much.
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024091</link>
			<pubDate>Thu, 27 Sep 2012 22:38:09 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024091@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do I replace this entire section<br />
<code>&lt;br /&gt;
/* 1.2 Hyperlinks */&lt;br /&gt;
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,&lt;br /&gt;
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }&lt;br /&gt;
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}&lt;br /&gt;
</code></p>
<p>With the code given?  I can't find <code>a:link, a:visited { }</code> anywhere in my stylesheet...
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024090</link>
			<pubDate>Thu, 27 Sep 2012 22:37:52 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024090@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do I replace this entire section </p>
<p><code>&lt;br /&gt;
/* 1.2 Hyperlinks */&lt;br /&gt;
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,&lt;br /&gt;
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }&lt;br /&gt;
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}&lt;br /&gt;
</code></p>
<p>With the code given?  I can't find <code>a:link, a:visited { }</code> anywhere in my stylesheet...
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024081</link>
			<pubDate>Thu, 27 Sep 2012 22:24:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1024081@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The answer is actually right below in that same thread &#62; <a href="http://en.forums.wordpress.com/topic/change-the-pink-hyperlink-color-in-bueno?replies=29#post-645962" rel="nofollow">http://en.forums.wordpress.com/topic/change-the-pink-hyperlink-color-in-bueno?replies=29#post-645962</a>
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "Change link color in Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/change-link-color-in-bueno#post-1024010</link>
			<pubDate>Thu, 27 Sep 2012 21:03:35 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1024010@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I change the color of all my links in Bueno?  <a href="http://en.forums.wordpress.com/topic/change-the-pink-hyperlink-color-in-bueno?replies=29">This forum post</a> provides a link to a blog post about how to do it but the blog to which it's linked has restricted access so I'm unable to view the instructions.  Sorry for the duplication.  Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
