<?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: Oxygen theme: Headline font style</title>
		<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style</link>
		<description>WordPress.com Forums &#187; Topic: Oxygen theme: Headline font style</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 20:09:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/oxygen-theme-headline-font-style" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-1025163</link>
			<pubDate>Sat, 29 Sep 2012 00:29:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025163@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What you would want to do in that case is add a rule to remove any text transforms, such as text-transform: none, and then type the actual title as "PanArcticon" into the site title or post title (depending on which one you're trying to change).
</p>
]]></description>
					</item>
		<item>
			<title>panarcticon on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-1019757</link>
			<pubDate>Sun, 23 Sep 2012 17:30:54 +0000</pubDate>
			<dc:creator>panarcticon</dc:creator>
			<guid isPermaLink="false">1019757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wow. That is great. Can you please advise on how I would mix upper and lower case in the site title? For example, I see now how to create lower case, but I want the title to look like this: PanArcticon -- which is a mix of upper and lower case. thanks!
</p>
]]></description>
					</item>
		<item>
			<title>lowercasemedia on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-993596</link>
			<pubDate>Fri, 31 Aug 2012 15:42:59 +0000</pubDate>
			<dc:creator>lowercasemedia</dc:creator>
			<guid isPermaLink="false">993596@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, I really appreciate it. :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-993422</link>
			<pubDate>Fri, 31 Aug 2012 11:59:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">993422@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To make the main site title lowercase in the Oxygen theme, add this too:</p>
<pre><code>.site-title {
	text-transform:lowercase;
}</code></pre>
<p>Or you can combine all three things in one shot, like this:</p>
<pre><code>.site-title,
.entry-title a,
.single .entry-title {
	text-transform:lowercase;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>lowercasemedia on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-993178</link>
			<pubDate>Fri, 31 Aug 2012 06:18:10 +0000</pubDate>
			<dc:creator>lowercasemedia</dc:creator>
			<guid isPermaLink="false">993178@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Upon further inspection, I'd like to clarify my question.</p>
<p>The entry titles now have lower case titles (thanks!) but the main headline for my website is still in all caps. Is there a way I can change that? I've copied the code and changed "entry" to "headline" and "header" without success. </p>
<p>Thanks in advance.
</p>
]]></description>
					</item>
		<item>
			<title>lowercasemedia on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-993114</link>
			<pubDate>Fri, 31 Aug 2012 04:08:26 +0000</pubDate>
			<dc:creator>lowercasemedia</dc:creator>
			<guid isPermaLink="false">993114@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for replying, I've just added the above text, and it hasn't changed. Is there something else I need to add?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-992486</link>
			<pubDate>Thu, 30 Aug 2012 16:43:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992486@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there any way I can code my main headline to read in lower case?</p></blockquote>
<p>Certainly. Add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.entry-title a,
.single .entry-title {
	text-transform: lowercase;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>lowercasemedia on "Oxygen theme: Headline font style"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-headline-font-style#post-989813</link>
			<pubDate>Tue, 28 Aug 2012 06:07:07 +0000</pubDate>
			<dc:creator>lowercasemedia</dc:creator>
			<guid isPermaLink="false">989813@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I've just purchased the CSS upgrade for the Oxygen theme. Is there any way I can code my main headline to read in lower case? I like the fonts in the upgrade, I just want them to render in the lower case rather than upper case format. </p>
<p>My blog: lowercasemedia.com</p>
<p>As, you might guess, having my title in the upper case letters undermines the name itself. :) Any help is appreciated.</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
