<?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 do I make my site title lowercase?</title>
		<link>http://en.forums.wordpress.com/topic/how-do-i-make-my-site-title-lowercase</link>
		<description>WordPress.com Forums &#187; Topic: How do I make my site title lowercase?</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 18:16:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-do-i-make-my-site-title-lowercase" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "How do I make my site title lowercase?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-my-site-title-lowercase#post-756000</link>
			<pubDate>Mon, 28 Nov 2011 17:19:33 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">756000@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>vnemana on "How do I make my site title lowercase?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-my-site-title-lowercase#post-755893</link>
			<pubDate>Mon, 28 Nov 2011 15:28:59 +0000</pubDate>
			<dc:creator>vnemana</dc:creator>
			<guid isPermaLink="false">755893@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yupp, that worked. Thanks again, thesacredpath!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do I make my site title lowercase?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-my-site-title-lowercase#post-752784</link>
			<pubDate>Thu, 24 Nov 2011 01:54:58 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">752784@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The following will mean it will honor the case of the title you typed in at settings &#62; general. Add this to the bottom of your custom CSS.</p>
<pre><code>.site-title {
text-transform: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>vnemana on "How do I make my site title lowercase?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-my-site-title-lowercase#post-752697</link>
			<pubDate>Wed, 23 Nov 2011 23:23:38 +0000</pubDate>
			<dc:creator>vnemana</dc:creator>
			<guid isPermaLink="false">752697@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all, </p>
<p>My blog is <a href="http://nyudri.org/">http://nyudri.org/</a>. </p>
<p>I know it's embedded in the site's CSS script to transform the title text into uppercase, so it reads "NYU DEVELOPMENT RESEARCH INSTITUTE." </p>
<p>What can I change to make it lowercase, such that it reads, "NYU Development Research Institute"? (This is how it's written in the dashboard.) </p>
<p>I assume the fix is somewhere in here:</p>
<pre><code>/* 2.3 Header */
#topsearch  { width: 300px; line-height: 0; }
#topsearch #searchform_top  { margin: 14px 0 0 0; }
#topsearch h3 {	display: none; }
#topsearch .widget { margin: 0; }

#header{padding:45px 0;clear:both;position:relative;}

#logo  { margin: -16px 0 0 0; }
#logo img  { }

.site-title { font: 72px/58px Impact,Helvetica,arial,sans-serif; text-transform: uppercase; margin: 0; padding: 16px 0 0 0; display: block; }
.site-title a:link, .site-title a:visited {	color: #000; text-decoration: none; }

#description  { width: 620px; padding:0 20px 0 0; line-height:55px; font-family: Helvetica, Arial, sans-serif; text-decoration: none; color: #fff; }

#header-image {	clear: both; padding: 12px 0 0 0; }
#header-image img {	border: 5px solid #efefef; clear: both; }</code></pre>
<p>I tried to repaste that in the stylesheet editor, removing "uppercase" from site-title, but it didn't work. What was I doing wrong? </p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
