<?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: How to change color of post title, body text, and link colors</title>
		<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors</link>
		<description>WordPress.com Forums &#187; Topic: How to change color of post title, body text, and link colors</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 09:28:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-change-color-of-post-title-body-text-and-link-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782732</link>
			<pubDate>Tue, 03 Jan 2012 20:21:10 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">782732@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>reelhollywoodlegends on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782724</link>
			<pubDate>Tue, 03 Jan 2012 20:15:36 +0000</pubDate>
			<dc:creator>reelhollywoodlegends</dc:creator>
			<guid isPermaLink="false">782724@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Haha thank you, both of you :) I appreciate all of your help!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782664</link>
			<pubDate>Tue, 03 Jan 2012 19:25:17 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">782664@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Haven't even had coffee. Woke up to a sick computer and had to do a little disk repair first thing. It's all better now though - I think. I'll have to keep an eye on it for a while.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782632</link>
			<pubDate>Tue, 03 Jan 2012 19:02:01 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">782632@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath<br />
designsimply has the other thread on the go.<br />
 Good morning. More coffee required? lol :D
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782624</link>
			<pubDate>Tue, 03 Jan 2012 18:57:35 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">782624@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The color for the linked post titles (on the main page, categories, archives and tags pages) would be here.</p>
<pre><code>.entry-title a:link, .entry-title a:visited {
color: #000000;
}</code></pre>
<p>The color for the post titles on single-post pages (and static pages) would be here.</p>
<pre><code>#content .entry-title {
color: #000000;
}</code></pre>
<p>Basic text color (post/page body) would be set here.</p>
<pre><code>#content, #content input, #content textarea {
color: #333333;
}</code></pre>
<p>General link (non-hover) would be here.</p>
<pre><code>a:link {
color: #0066CC;
}</code></pre>
<p>Visited link color here.</p>
<pre><code>a:visited {
color: #743399;
}</code></pre>
<p>Hovered or active link color here.</p>
<pre><code>a:active, a:hover {
color: #FF4B33;
}</code></pre>
<p>This would be the general text in the post metadata such as "posted in".</p>
<pre><code>.entry-utility {
color: #888888;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782615</link>
			<pubDate>Tue, 03 Jan 2012 18:48:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">782615@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not to worry as Staff will close this thread for you. :)</p>
<p>Note that there is only one Volunteer at present who regulalry provides help with CSS editing and he is thesacredpath. Staff member designsimply also helps. Neither one are on the forum at present do you will have to wait patiently for one of them to reply to you in your other thread.
</p>
]]></description>
					</item>
		<item>
			<title>reelhollywoodlegends on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782610</link>
			<pubDate>Tue, 03 Jan 2012 18:44:36 +0000</pubDate>
			<dc:creator>reelhollywoodlegends</dc:creator>
			<guid isPermaLink="false">782610@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, it wasn't showing up in the threads at all, so I assumed it didn't post the first time.  Thanks for the post back.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782605</link>
			<pubDate>Tue, 03 Jan 2012 18:36:10 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">782605@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please do not create duplicate threads. Already answered here &#62; <a href="http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-and-body-text?replies=2" rel="nofollow">http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-and-body-text?replies=2</a>
</p>
]]></description>
					</item>
		<item>
			<title>reelhollywoodlegends on "How to change color of post title, body text, and link colors"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-color-of-post-title-body-text-and-link-colors#post-782603</link>
			<pubDate>Tue, 03 Jan 2012 18:32:39 +0000</pubDate>
			<dc:creator>reelhollywoodlegends</dc:creator>
			<guid isPermaLink="false">782603@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!  I have changed a lot in my blog with the theme of Twenty Ten, but I cant seem to figure out how to change the color of the post titles (example, the post i have as default on my page has a title of 'hello world'), as well as the test and link colors.  I am trying to find where in the CSS coding these pieces are.  Thanks so much!</p>
<p>-Lindsey
</p>
]]></description>
					</item>

	</channel>
</rss>
