<?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: Help with font colour</title>
		<link>http://en.forums.wordpress.com/topic/help-with-font-colour</link>
		<description>WordPress.com Forums &#187; Topic: Help with font colour</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 12:30:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/help-with-font-colour" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Help with font colour"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-font-colour#post-867973</link>
			<pubDate>Thu, 19 Apr 2012 15:03:02 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">867973@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This depends on which theme you're using and what font colors you would like to change. Each theme is unique. It's possible for different themes to have various color settings for different fonts. I checked <a href="http://rayalinewed.wordpress.com/" rel="nofollow">http://rayalinewed.wordpress.com/</a> and I see that it is currently using the <a href="http://theme.wordpress.com/chunk/">Chunk theme</a>. Here are some examples for how to change some of the font colors in that theme.</p>
<p>This will change the body color for any fonts that don't have a more specific color setting in the theme's original CSS:</p>
<pre><code>body {
	color: red;
}</code></pre>
<p>This will change the left side comment link color and the hover color for other text in that area:</p>
<pre><code>.hentry .entry-meta .comments a,
.hentry .entry-meta a:hover,
.hentry .entry-meta .cat-links a:hover {
	color: red;
}</code></pre>
<p>This will change the hover color for links in the content area including post title hover color on the home page:</p>
<pre><code>a:hover {
	color: red;
}</code></pre>
<p>This will change the footer link colors:</p>
<pre><code>#footer a {
	color: red;
}</code></pre>
<p>You can adjust the <a href="http://en.wikipedia.org/wiki/Web_colors">color names</a> to your liking.</p>
<p>If you want to change out all of the teal colored links, what you could do is search the original stylesheet for the theme for any place the #36bcab color code is used, copy those rules into your Appearance &#8594; Custom Design &#8594; CSS page, and adjust the <a href="http://en.wikipedia.org/wiki/Web_colors">color</a> for them there.<br />
<a href="https://s-ssl.wordpress.com/wp-content/themes/pub/chunk/style.css?m=1327694567g&#038;minify=false" rel="nofollow">https://s-ssl.wordpress.com/wp-content/themes/pub/chunk/style.css?m=1327694567g&#038;minify=false</a></p>
<p>Some themes are easier to change colors in compared to others. It really depends on which theme you're using and exactly what you'd like to change.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Help with font colour"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-font-colour#post-866170</link>
			<pubDate>Tue, 17 Apr 2012 14:54:19 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">866170@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also note that this theme has bee CSS editied by many bloggers and you may find the answer to your question by searching forum threads &#62; <a href="http://en.forums.wordpress.com/tags/chunk" rel="nofollow">http://en.forums.wordpress.com/tags/chunk</a>
</p>
]]></description>
					</item>
		<item>
			<title>rayalinewed on "Help with font colour"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-font-colour#post-866163</link>
			<pubDate>Tue, 17 Apr 2012 14:48:40 +0000</pubDate>
			<dc:creator>rayalinewed</dc:creator>
			<guid isPermaLink="false">866163@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, I'm totally new to CSS and have no time to decipher how it works. I only bought it because I want to change the colour of fonts in my blog. I would appreciate if anybody here could give me a hand as I'm starting to regret to have spent 20 quid on it... Thanks in advance.
</p>
]]></description>
					</item>

	</channel>
</rss>
