<?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: CSS Heading Color and Alignment Issues</title>
		<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues</link>
		<description>WordPress.com Forums &#187; Topic: CSS Heading Color and Alignment Issues</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 05:22:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-heading-color-and-alignment-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703278</link>
			<pubDate>Thu, 22 Sep 2011 05:55:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">703278@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you and you are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>ancientminimal on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703268</link>
			<pubDate>Thu, 22 Sep 2011 05:18:42 +0000</pubDate>
			<dc:creator>ancientminimal</dc:creator>
			<guid isPermaLink="false">703268@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are officially my web guru! </p>
<p>Love the handle, by the way :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703199</link>
			<pubDate>Thu, 22 Sep 2011 02:24:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">703199@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will center align page titles.</p>
<pre><code>h2.entry-title {
text-align: center;
}</code></pre>
<p>On the font, declare it like this.</p>
<p><code>font-family: Arial,Helvetica,Verdana,sans-serif;</code></p>
<p>That will give browsers several choices in case one or a couple of the fonts are not installed on the visitor's computer.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703196</link>
			<pubDate>Thu, 22 Sep 2011 02:19:58 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">703196@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My internet connection is PAINFULLY slow at the moment so let me work on this.</p>
<p>On the fonts, arial, helvetica are standard fonts you can put into a font stack, so just go ahead and declare them in the appropriate place. They aren't listed in the typekit stuff since they are standard and common to all computer systems.
</p>
]]></description>
					</item>
		<item>
			<title>ancientminimal on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703157</link>
			<pubDate>Thu, 22 Sep 2011 00:34:35 +0000</pubDate>
			<dc:creator>ancientminimal</dc:creator>
			<guid isPermaLink="false">703157@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much! Worked like a charm, of course. And using the same logic, was able to get the sidebar menu to match!</p>
<p>Any thoughts on centering the page headings? (Example: When I go to the PROLOGUE page, the title is default aligned to the left).
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703134</link>
			<pubDate>Wed, 21 Sep 2011 23:47:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">703134@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Each menu item has a unique ID# and CSS class, so you can target them individually by looking at the source code for that class and then declaring a color. This is an example for the "prologue" tab.</p>
<pre><code>.menu .page-item-2 a {
color: #CC0000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ancientminimal on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703057</link>
			<pubDate>Wed, 21 Sep 2011 21:51:31 +0000</pubDate>
			<dc:creator>ancientminimal</dc:creator>
			<guid isPermaLink="false">703057@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The site that I am referring to here is <a href="now-age.org">now-age.org</a>
</p>
]]></description>
					</item>
		<item>
			<title>ancientminimal on "CSS Heading Color and Alignment Issues"</title>
			<link>http://en.forums.wordpress.com/topic/css-heading-color-and-alignment-issues#post-703056</link>
			<pubDate>Wed, 21 Sep 2011 21:50:10 +0000</pubDate>
			<dc:creator>ancientminimal</dc:creator>
			<guid isPermaLink="false">703056@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a couple of questions here - should be pretty basic to resolve, but it's my first time using CSS, so I'm feeling a little overwhelmed...</p>
<p>Is it possible to have different colors for each heading in the menu bar?</p>
<p>How can I center page headings?</p>
<p>Also, is it possible to use Helvetica or Arial fonts? I'm using the CSS design upgrade pack for wordpress.com and I don't see those fonts listed...can I just program them into the CSS instead of using the text option?
</p>
]]></description>
					</item>

	</channel>
</rss>
