<?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: Want to make body copy and headlines bigger</title>
		<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger</link>
		<description>WordPress.com Forums &#187; Topic: Want to make body copy and headlines bigger</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 13:51:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/want-to-make-body-copy-and-headlines-bigger" rel="self" type="application/rss+xml" />

		<item>
			<title>ellaella on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199512</link>
			<pubDate>Sun, 04 May 2008 23:35:13 +0000</pubDate>
			<dc:creator>ellaella</dc:creator>
			<guid isPermaLink="false">199512@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What Vivian said. Also, follow some of the links here and in your dashboard for CSS tutorials.</p>
<p>o/ waving to Vivian!
</p>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199509</link>
			<pubDate>Sun, 04 May 2008 23:28:48 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">199509@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You copy what you want to change and paste it into the box.</p>
<p>(Seriously, you need to review the CSS forum before tackling this.)
</p>
]]></description>
					</item>
		<item>
			<title>tnaron on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199508</link>
			<pubDate>Sun, 04 May 2008 23:24:01 +0000</pubDate>
			<dc:creator>tnaron</dc:creator>
			<guid isPermaLink="false">199508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK, I see my style sheet (I get there by clicking on View Stylesheet next to Add to Existing CSS), but I can't change anything on it. Can't select anything in order to type in a change, etc. I think there's some basic step I'm missing.
</p>
]]></description>
					</item>
		<item>
			<title>ellaella on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199507</link>
			<pubDate>Sun, 04 May 2008 23:18:52 +0000</pubDate>
			<dc:creator>ellaella</dc:creator>
			<guid isPermaLink="false">199507@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I edited MistyLook a lot. Vivian's right about .post h2 for the headlines. If you want to make the type larger only in the posts look for this:</p>
<pre><code>}
#content .entry
{
    margin:1em 0;
    padding-right:1em;
}</code></pre>
<p>Then add the font size. I made it large enough for you to see the difference. Of course, use what you need:</p>
<pre><code>}
#content .entry
{
    margin:1em 0;
    padding-right:1em;
    font-size: 1.2em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199500</link>
			<pubDate>Sun, 04 May 2008 23:03:37 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">199500@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Scratch that last one. Looks like the font size is in here:<br />
<pre><code>body
{
	background: #f9f9f0;
	margin: 0;
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif;
	color: #333;
	text-align: center;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199497</link>
			<pubDate>Sun, 04 May 2008 23:01:09 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">199497@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Post headlines are usually the h2 element. Try changing the size here:<br />
<pre><code>#content .post h2
{
	font-size: 1.4em;
	margin: 1em 0 0;
	letter-spacing:1px;
	font-weight:normal;</code></pre>
<p>If by "body copy" you mean the font in the post itself, try changing that here:<br />
<pre><code>#content-main {
	float: left;
	width: 520px;
	margin-right: 20px;
	overflow: hidden;
}</code></pre>
<p>I'm no CSS guru so this may or may not work. There are only a few folks in the forums that know anything about CSS, which is why it is generally recommended that you use the preview function before you purchase the upgrade to see if you can figure it out.
</p>
]]></description>
					</item>
		<item>
			<title>tnaron on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199485</link>
			<pubDate>Sun, 04 May 2008 22:36:02 +0000</pubDate>
			<dc:creator>tnaron</dc:creator>
			<guid isPermaLink="false">199485@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Vivian.</p>
<p>My blog is at</p>
<p><a href="http://tnaron.wordpress.com" rel="nofollow">http://tnaron.wordpress.com</a></p>
<p>and I'm using Mistylook by Sadish.
</p>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199483</link>
			<pubDate>Sun, 04 May 2008 22:30:24 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">199483@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The CSS on each of the themes is different. Without a link to your blog, we can't even begin to help. (Of course, you do know that there is no official support for CSS, right?)
</p>
]]></description>
					</item>
		<item>
			<title>tnaron on "Want to make body copy and headlines bigger"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-make-body-copy-and-headlines-bigger#post-199481</link>
			<pubDate>Sun, 04 May 2008 22:28:26 +0000</pubDate>
			<dc:creator>tnaron</dc:creator>
			<guid isPermaLink="false">199481@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi. I purchased the CSS upgrade, and now all I need to do is figure out how to use it!</p>
<p>All I want to do is make the body copy of my posts bigger, and also the headlines of the posts.</p>
<p>I've looked at the FAQs and all that and I still can't make sense of how to do it.</p>
<p>Can someone take me through some step by step directions for accomplishing this? I would be everlastingly grateful.
</p>
]]></description>
					</item>

	</channel>
</rss>
