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

		<item>
			<title>designsimply on "Font color throughout"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-throughout#post-1104908</link>
			<pubDate>Thu, 27 Dec 2012 18:44:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1104908@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just to make sure, have you tried using Custom Colors instead of editing each color manually with CSS? See this help page for details about how it works: <a href="http://en.support.wordpress.com/custom-design/custom-colors/" rel="nofollow">http://en.support.wordpress.com/custom-design/custom-colors/</a></p>
<p>To find out what selectors to use in CSS, right-click on the element (such as the headings) in your blog and select the "Inspect Element" option. That will show you the HTML for the thing you right-clicked as well as all of the CSS that applies to it. Look through the CSS until you find the rule that sets the font color. Here is an example that will change most of the titles on the Sight theme to pink:</p>
<pre><code>.widgettitle,
.widget-title,
.widget-title a,
.latest-posts-header,
.entry-title,
.entry-title a,
#reply-title,
.page-header,
.comments-title {
	color: hotpink;
}</code></pre>
<p>You can change the color name to a different color name or a color code of your choice.<br />
<a href="http://en.wikipedia.org/wiki/Web_colors#X11_color_names" rel="nofollow">http://en.wikipedia.org/wiki/Web_colors#X11_color_names</a></p>
<p>If you need a getting started tutorial for CSS, start with this one:<br />
<a href="http://www.htmldog.com/guides/cssbeginner/" rel="nofollow">http://www.htmldog.com/guides/cssbeginner/</a>
</p>
]]></description>
					</item>
		<item>
			<title>lovefurall on "Font color throughout"</title>
			<link>http://en.forums.wordpress.com/topic/font-color-throughout#post-1095542</link>
			<pubDate>Sat, 15 Dec 2012 01:07:31 +0000</pubDate>
			<dc:creator>lovefurall</dc:creator>
			<guid isPermaLink="false">1095542@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm looking to change the font color of the body and headings of all posts. I was able to change the body color, but can't figure out the rest. Any help would be much appreciated.
</p>
]]></description>
					</item>

	</channel>
</rss>
