<?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: Hover Color in Chunk Theme</title>
		<link>http://en.forums.wordpress.com/topic/hover-color-in-chunk-theme</link>
		<description>WordPress.com Forums &#187; Topic: Hover Color in Chunk Theme</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 12:00:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/hover-color-in-chunk-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Hover Color in Chunk Theme"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color-in-chunk-theme#post-733249</link>
			<pubDate>Mon, 31 Oct 2011 01:42:31 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">733249@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have a look at the following.</p>
<pre><code>.hentry .entry-meta .cat-links a:hover {
color: darkRed;
}</code></pre>
<p>There is also the "comment" link under the post date and the footer credit links, but there is no "hover" color set for either, just the normal state of green.</p>
<pre><code>.hentry .entry-meta .comments a {
color: #36BCAB;
}

#footer a {
color: #36BCAB;
}</code></pre>
<p>If you wanted to create a hover color for them you could with the following.</p>
<pre><code>.hentry .entry-meta .comments a:hover {
color: darkRed;
}

#footer a:hover {
color: darkRed;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>fosterbrian on "Hover Color in Chunk Theme"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color-in-chunk-theme#post-733139</link>
			<pubDate>Sun, 30 Oct 2011 23:05:02 +0000</pubDate>
			<dc:creator>fosterbrian</dc:creator>
			<guid isPermaLink="false">733139@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>I'm trying to change the hover over color to darkred for everywhere that "hovering" is currently enabled in the chunk theme. (It is currently set to a sea-green color.)</p>
<p>This got me started:</p>
<pre><code>a:hover {color: darkred}</code></pre>
<p>...but it only changes some of them.</p>
<p>New to css..your help is much appreciated! Thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
