<?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: font color and family in sundance</title>
		<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance</link>
		<description>WordPress.com Forums &#187; Topic: font color and family in sundance</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 04:34:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/font-color-and-family-in-sundance" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-992478</link>
			<pubDate>Thu, 30 Aug 2012 16:36:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992478@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I found that zandyring helped you out with this question over in the CSS forums. Yay zandyring! Thank you. :)<br />
<a href="http://en.forums.wordpress.com/topic/small-change-in-sundance?replies=29#post-986709" rel="nofollow">http://en.forums.wordpress.com/topic/small-change-in-sundance?replies=29#post-986709</a>
</p>
]]></description>
					</item>
		<item>
			<title>ateaoscemxs on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-985758</link>
			<pubDate>Thu, 23 Aug 2012 14:54:49 +0000</pubDate>
			<dc:creator>ateaoscemxs</dc:creator>
			<guid isPermaLink="false">985758@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi!</p>
<p>And how can i change the colour ofthe post area?</p>
<p>The blog i need help is</p>
<p><a href="http://ateaos100.wordpress.com" rel="nofollow">http://ateaos100.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-953555</link>
			<pubDate>Mon, 23 Jul 2012 05:15:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">953555@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This would all links to be the same colors, you would do something like this.</p>
<pre><code>a {
color: #2C807F;
}

a:hover, a:focus, a:active {
color: #2C2C33;
}</code></pre>
<p>If you want to change them individually (different fonts and/or colors), then you would need to do something like this. If you want to change just the font family individually, then remove the color declarations from the below and the above declarations will take care of the color.</p>
<pre><code>.entry-title, .entry-title a {
color: #FF0000;
font-family: font-family: &quot;IM Fell English&quot;,serif;
}

.entry-title a:hover {
color: #FF0000;
font-family: font-family: &quot;IM Fell English&quot;,serif;
}

.entry-meta, .entry-meta a {
color: #FF0000;
font-family: font-family: &quot;IM Fell English&quot;,serif;
}

#secondary a {
color: #FF0000;
font-family: font-family: &quot;IM Fell English&quot;,serif;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>katiealaimo on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-953417</link>
			<pubDate>Mon, 23 Jul 2012 03:58:31 +0000</pubDate>
			<dc:creator>katiealaimo</dc:creator>
			<guid isPermaLink="false">953417@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://wild-root.com/" rel="nofollow">http://wild-root.com/</a></p>
<p>Here is the blog I'm working on right now.
</p>
]]></description>
					</item>
		<item>
			<title>katiealaimo on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-953415</link>
			<pubDate>Mon, 23 Jul 2012 03:57:44 +0000</pubDate>
			<dc:creator>katiealaimo</dc:creator>
			<guid isPermaLink="false">953415@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much.  I was able to change the font for the header.  I'm working in the sundance theme and now I'm trying to change the font color of the post  title, date, links, and entries under the widget sections which are all the same color but can't find where to do this.  I think I've gone through just about every line of code.  I was able to change the color of the menu just below the header however.  Do you know what I should add and where? Thanks for your help.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-952307</link>
			<pubDate>Sun, 22 Jul 2012 05:25:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952307@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually the above is for the Forever theme, which is the one that you referenced, but in this case the selector names are the same but the font stack is different. This is the font stack for Sundance:</p>
<p><code>&#039;Droid Serif&#039;,serif</code>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-952305</link>
			<pubDate>Sun, 22 Jul 2012 05:23:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952305@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add the following to the end of any custom CSS you have and edit font family and color as desired. With fonts, it is always best to set a number of fonts, such as below that are similar so that if someone visits your site with limited fonts on their system, there are fallbacks. If there are no fallbacks then the browser will just use the standard serif or sans-serif fonts it has built in</p>
<pre><code>#site-title {
font-family: &#039;Raleway&#039;,&quot;Helvetica Neue&quot;,Arial,Helvetica,&quot;Nimbus Sans L&quot;,sans-serif;
}

#site-title a {
color: #D15A19;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>katiealaimo on "font color and family in sundance"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-and-family-in-sundance#post-952253</link>
			<pubDate>Sun, 22 Jul 2012 03:35:58 +0000</pubDate>
			<dc:creator>katiealaimo</dc:creator>
			<guid isPermaLink="false">952253@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way to change the font color and family of the site header in the sundance theme?
</p>
]]></description>
					</item>

	</channel>
</rss>
