<?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: Can&#039;t Get Blog Title(s) to Change Color</title>
		<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color</link>
		<description>WordPress.com Forums &#187; Topic: Can&#039;t Get Blog Title(s) to Change Color</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 06:00:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/cant-get-blog-titles-to-change-color" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Can&#039;t Get Blog Title(s) to Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color#post-1108336</link>
			<pubDate>Mon, 31 Dec 2012 21:03:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108336@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://scott-enriquez.com/" rel="nofollow">http://scott-enriquez.com/</a> is indeed setup here at WordPress.com. @castelinokelvin, a quick check of the footer link will usually give you the right info about that.</p>
<p>Regarding CSS not working when you think it should, I would recommend checking it using your browser's web inspector. If you right-click on an element and select "Inspect Element," then you should see a panel open with the HTML for what you clicked on as well as all of the CSS that applies to it. You can usually check or uncheck different pieces to turn them on or off to see what's doing what. It's a really nice way to learn about the CSS of a site.</p>
<p>CSS has all of these specificity rules. The most specific selector wins, or if there is more than one rule using selectors with the same specificity, then whatever is loaded last wins. In your case, just using the selector "h2" is not enough in the Oxygen theme because that theme uses a selector that is more specific: ".entry-title a"</p>
<p>Here is an example you can try out. The top one is for the main site title (or what I would think of as the blog title), and the bottom rule is for post titles. You'll notice there are two because on the home page or archives pages the post titles are links (so you need to add "a" to the selector) and the individual posts just use ".entry-title". I added "#page" to the selectors to make them even more specific so they will override other stuff in the theme:</p>
<pre><code>#page .site-title a {
	color: #f00;
}

#page .entry-title,
#page .entry-title a {
	color: #0f0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>castelinokelvin on "Can&#039;t Get Blog Title(s) to Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color#post-1096939</link>
			<pubDate>Mon, 17 Dec 2012 06:46:43 +0000</pubDate>
			<dc:creator>castelinokelvin</dc:creator>
			<guid isPermaLink="false">1096939@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>And about your issue,<br />
To change the color of your blog post title's<br />
modify the code as,<br />
<code>h2 a{&lt;br /&gt;
 color:blue !important;&lt;br /&gt;
}</code></p>
<p>For blog title you could go for,<br />
<code>#logo a{&lt;br /&gt;
 color: blue !important;&lt;br /&gt;
}</code></p>
<p>And body color change I guess it worked for you right?
</p>
]]></description>
					</item>
		<item>
			<title>castelinokelvin on "Can&#039;t Get Blog Title(s) to Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color#post-1096938</link>
			<pubDate>Mon, 17 Dec 2012 06:43:37 +0000</pubDate>
			<dc:creator>castelinokelvin</dc:creator>
			<guid isPermaLink="false">1096938@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually WordPress hoisted and self hoisted meaning,<br />
<a href="http://en.forums.wordpress.com/topic/read-me-first-what-is-custom-css?replies=1" rel="nofollow">http://en.forums.wordpress.com/topic/read-me-first-what-is-custom-css?replies=1</a><br />
This link would help you to know!
</p>
]]></description>
					</item>
		<item>
			<title>scottieenriquez on "Can&#039;t Get Blog Title(s) to Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color#post-1096306</link>
			<pubDate>Sun, 16 Dec 2012 09:23:09 +0000</pubDate>
			<dc:creator>scottieenriquez</dc:creator>
			<guid isPermaLink="false">1096306@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It is a WordPress hosted site. I just use my own domain.
</p>
]]></description>
					</item>
		<item>
			<title>castelinokelvin on "Can&#039;t Get Blog Title(s) to Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color#post-1096292</link>
			<pubDate>Sun, 16 Dec 2012 08:30:51 +0000</pubDate>
			<dc:creator>castelinokelvin</dc:creator>
			<guid isPermaLink="false">1096292@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey scottieenriquez<br />
This forum is only for the WordPress hoisted blogs/sites. For personal/self hoisted one's, here's the forum link <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> .<br />
Best wishes for your site :)
</p>
]]></description>
					</item>
		<item>
			<title>scottieenriquez on "Can&#039;t Get Blog Title(s) to Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-blog-titles-to-change-color#post-1095929</link>
			<pubDate>Sat, 15 Dec 2012 19:31:51 +0000</pubDate>
			<dc:creator>scottieenriquez</dc:creator>
			<guid isPermaLink="false">1095929@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I just started messing around with CSS today, and I was able to make changes to pretty much everything I wanted to except the title of my blog. I've tried a few different ways. This is the code that I'm trying to make work:</p>
<p><code>body {&lt;br /&gt;
	color: darkblue;&lt;br /&gt;
}&lt;br /&gt;
// blog title&lt;br /&gt;
title {&lt;br /&gt;
	color: blue!important;&lt;br /&gt;
}&lt;br /&gt;
// blog post titles&lt;br /&gt;
h2 {&lt;br /&gt;
	color: blue!important;&lt;br /&gt;
}</code></p>
<p>The body text color changes to navy blue, but the h2 and title won't change. Any idea why?</p>
<p>Thanks in advance,<br />
Scottie
</p>
]]></description>
					</item>

	</channel>
</rss>
