<?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; Tag: Body Font Size - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/body-font-size</link>
		<description>WordPress.com Forums &#187; Tag: Body Font Size - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 06:59:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/body-font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>acfonca on "Increased Font Size in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/increased-font-size-in-css#post-991371</link>
			<pubDate>Wed, 29 Aug 2012 15:29:32 +0000</pubDate>
			<dc:creator>acfonca</dc:creator>
			<guid isPermaLink="false">991371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, Please help me..</p>
<p>I am trying to customize css of my blog but i am asked to pay firstly, although for my last theme i could make change without upgrading and paying.<br />
What would you suggest me?</p>
<p><a href="http://actionsforyouthburundi.wordpress.com/" rel="nofollow">http://actionsforyouthburundi.wordpress.com/</a> is our blog.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Increased Font Size in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/increased-font-size-in-css#post-991184</link>
			<pubDate>Wed, 29 Aug 2012 11:03:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">991184@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked out your blog, and the font sizes already look pretty large to me. If you want to override the font size settings on the Custom Fonts page, you can add something like the following to your Appearance &#8594; Custom Design &#8594; CSS editor page:</p>
<pre><code>.hentry {
	font-size: 130% !important;
}</code></pre>
<p>That will just affect fonts for posts and pages. You can adjust the 130% number to your liking.
</p>
]]></description>
					</item>
		<item>
			<title>michaelpatrickclark on "Increased Font Size in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/increased-font-size-in-css#post-975268</link>
			<pubDate>Mon, 13 Aug 2012 14:24:30 +0000</pubDate>
			<dc:creator>michaelpatrickclark</dc:creator>
			<guid isPermaLink="false">975268@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been trying to increase the size of my post fonts, but can't seem to get them large enough with Custom Design. I only want to increase the size of the post fonts so that they are easier to read.<br />
I don't know anything about CSS but is there an easy way to do this?<br />
Thanks
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Customization in Nishita Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customization-in-nishita-theme#post-917269</link>
			<pubDate>Sun, 17 Jun 2012 22:58:46 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">917269@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Nishita theme doesn't have a built in option for setting different images on different pages, but you may still be able to find a good solution with CSS.</p>
<p>It sounds like you want all the header images to be the same except on the home page. In that case, I would recommend setting the header image on the Appearance → Background page to the smaller one and then adding some CSS to adjust it manually for the home page only. You can do that by adding ".home" to the beginning of your selectors. Here is an example you can start with:</p>
<pre><code>.home #header-image img {
	display: none;
}
.home #header-image {
	display:block;
	background: url(http://iceworkshsv.files.wordpress.com/2012/06/iceworks.jpg);
	width: 765px;
	height:564px;
}</code></pre>
<p>Note that your iceworks.jpg image isn't wide enough to cover all the space for a header image in the Nishita theme. I would recommend uploading a wider image and updating the url(), width, and height values in the example above with your new image URL, width, and height. An image that is 1024 pixels wide will work best.
</p>
]]></description>
					</item>
		<item>
			<title>iceworkshsv on "Customization in Nishita Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customization-in-nishita-theme#post-916286</link>
			<pubDate>Sat, 16 Jun 2012 17:02:18 +0000</pubDate>
			<dc:creator>iceworkshsv</dc:creator>
			<guid isPermaLink="false">916286@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way I can have a photo appear on different pages?  I want the home page to include a full size image,  but not on every page.</p>
<p>I customized the header image size with the following CSS code, but I don't want this on every page:</p>
<p>#header-image img {<br />
	display:block;<br />
	height:700px;<br />
	max-width:768px;<br />
	width:100%;<br />
}</p>
<p>Is this correct?</p>
<p>Also, how do I change the size font for the menus and body?  I have the CSS customization package.</p>
<p>Thanks,<br />
Donna
</p>
]]></description>
					</item>

	</channel>
</rss>
