<?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: font size - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/font-size</link>
		<description>WordPress.com Forums &#187; Tag: font size - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 23:32:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Change comments size?"</title>
			<link>http://en.forums.wordpress.com/topic/change-comments-size#post-1310669</link>
			<pubDate>Tue, 18 Jun 2013 16:21:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1310669@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also, how can you change the font size of the posts texts alone?</p></blockquote>
<p>I see you've got this one covered as well using this custom CSS:</p>
<pre><code>.entry-content {
	font-size: 113%;
}</code></pre>
<p>Double nice work!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change comments size?"</title>
			<link>http://en.forums.wordpress.com/topic/change-comments-size#post-1310668</link>
			<pubDate>Tue, 18 Jun 2013 16:21:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1310668@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How do you change the comments size by using CSS?</p></blockquote>
<p>I checked one of your recent posts <a href="http://thegoonermonkey.wordpress.com/2013/06/10/monday-news-round-up/" rel="nofollow">http://thegoonermonkey.wordpress.com/2013/06/10/monday-news-round-up/</a> and I see that you already figured this out by using the following custom CSS:</p>
<pre><code>ol.commentlist {
	font-size: 14.5px;
}</code></pre>
<p>Nice work!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Responsive Theme - Custom Font Size Doesn&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/responsive-theme-custom-font-size-doesnt-work#post-1308804</link>
			<pubDate>Mon, 17 Jun 2013 15:43:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1308804@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Am trying to change the Custom Font size of the Responsive theme but it doesn't seem to be working.</p></blockquote>
<p>It sounds like perhaps your CSS either didn't have the right selectors or wasn't specific enough.</p>
<p>Here is an example to get you started. This will change the font size for post titles on the home page as well as singel posts and pages in the Responsive theme:</p>
<pre><code>h1.post-title,
h1.post-title a {
	font-size: 30px;
}</code></pre>
<p>Adjust the 30px value as needed.</p>
<p>Note that you can also right-click on elements on the page, select the "Inspect Element" option, and that will open a panel where you can see all the CSS that is being applied to what you clicked on. You can usually find the required CSS selector by reading through the rules listed in the panel on the right.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How do you bold white captions on a slide show in a gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-bold-white-captions-on-a-slide-show-in-a-gallery#post-1307172</link>
			<pubDate>Sat, 15 Jun 2013 23:13:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1307172@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@justjennifer<br />
Yes!  Bookmarked!
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "How do you bold white captions on a slide show in a gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-bold-white-captions-on-a-slide-show-in-a-gallery#post-1306502</link>
			<pubDate>Sat, 15 Jun 2013 06:34:47 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1306502@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Since we can add live links in Media Captions and Descriptions, you should also be able to use HTML tags in these fields as well, such as bold and italics.  Since there is no WYSIWYG editor in Media files, you'll have to write the code directly in these fields. See here: <a href="http://wpbtips.wordpress.com/2012/02/05/introduction-to-html-for-wordpress-com-users/" rel="nofollow">http://wpbtips.wordpress.com/2012/02/05/introduction-to-html-for-wordpress-com-users/</a></p>
<p>My method would require that you do this for each media file separately. The Custom Design upgrade would allow you to change your theme's stylesheet to make this a global change for all media files (where you've added a caption).
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do you bold white captions on a slide show in a gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-bold-white-captions-on-a-slide-show-in-a-gallery#post-1306437</link>
			<pubDate>Sat, 15 Jun 2013 03:42:57 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1306437@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>You can make the gallery caption text larger and bold with CSS, which requires the <a href="http://en.support.wordpress.com/custom-design/">Custom Design</a> upgrade.  I've included the code you would need below, and you can go to appearance &#62; custom design and then click on the "Preview CSS" button in the CSS module at right. Paste the following code in and then you can adjust the font size as desired and on your site. Just navigate to your Photo Gallery post.</p>
<pre><code>.slideshow-slide-caption {
font-size: 13px;
font-weight: bold;
}</code></pre>
<p>Let us know if you have any questions.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How do you bold white captions on a slide show in a gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-bold-white-captions-on-a-slide-show-in-a-gallery#post-1306069</link>
			<pubDate>Fri, 14 Jun 2013 20:38:36 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1306069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your blog is set to private. We Volunteers cannot view it and assist with it./ We haven't clue which theme you are using. Is this a CSS support forum question? </p>
<p>No changes you try out aside from those such as Custom Background, Custom Header and Theme Options which are stated on the theme description pages for each theme will be visible to visitors unless you purchase an annually renewable custom design upgrade and do the required CSS editing.<br />
<a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a><br />
<a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a><br />
<a href="http://en.support.wordpress.com/custom-design/#frequently-asked-questions" rel="nofollow">http://en.support.wordpress.com/custom-design/#frequently-asked-questions</a>
</p>
]]></description>
					</item>
		<item>
			<title>judyb200 on "How do you bold white captions on a slide show in a gallery?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-bold-white-captions-on-a-slide-show-in-a-gallery#post-1306064</link>
			<pubDate>Fri, 14 Jun 2013 20:36:31 +0000</pubDate>
			<dc:creator>judyb200</dc:creator>
			<guid isPermaLink="false">1306064@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am trying to bold captions in a gallery and cannot find a way to do so.  At present, the captions are white. I would like to have them white bold and perhaps a bit larger.
</p>
]]></description>
					</item>
		<item>
			<title>sydesiderataclassic on "CSS code for typekit font size on twenty eleven"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-typekit-font-size-on-twenty-eleven#post-1304610</link>
			<pubDate>Thu, 13 Jun 2013 19:58:04 +0000</pubDate>
			<dc:creator>sydesiderataclassic</dc:creator>
			<guid isPermaLink="false">1304610@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please close this thread - not using that font anymore.
</p>
]]></description>
					</item>
		<item>
			<title>sydesiderataclassic on "CSS code for typekit font size on twenty eleven"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-typekit-font-size-on-twenty-eleven#post-1300211</link>
			<pubDate>Mon, 10 Jun 2013 23:45:12 +0000</pubDate>
			<dc:creator>sydesiderataclassic</dc:creator>
			<guid isPermaLink="false">1300211@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>Would someone be able to help me with the CSS code I need to input to change the "fanwood" typekit font to a larger size for:</p>
<p>A) The Header Text<br />
B) The Tagline Text<br />
C) The Body Text<br />
D) The Caption Text</p>
<p>Thank you in advance!
</p>
]]></description>
					</item>
		<item>
			<title>cristobalshort on "Change comments size?"</title>
			<link>http://en.forums.wordpress.com/topic/change-comments-size#post-1288304</link>
			<pubDate>Sat, 01 Jun 2013 05:48:17 +0000</pubDate>
			<dc:creator>cristobalshort</dc:creator>
			<guid isPermaLink="false">1288304@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do you change the comments size by using CSS? Also, how can you change the font size of the posts texts alone?<br />
Thanks
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Responsive Theme - Custom Font Size Doesn&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/responsive-theme-custom-font-size-doesnt-work#post-1288006</link>
			<pubDate>Fri, 31 May 2013 22:16:19 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1288006@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, oh that doesn't sound like any fun at all. I have tagged this thread so it gets moved to the CSS Forum for you.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "tagline in fresh and clean"</title>
			<link>http://en.forums.wordpress.com/topic/tagline-in-fresh-and-clean#post-1286772</link>
			<pubDate>Fri, 31 May 2013 03:23:54 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1286772@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@houstonweaver:<br />
The br tags were produced because dogsbuddy used code tags.</p>
<p>@dogsbuddy:<br />
a) Code tags are used to display computer code, not HTML or CSS. To display code on this forum, you enclose it in backticks (see the note on "Allowed markup").<br />
b) Turn your CSS code to this:<br />
<pre><code>#site-description {
    font-weight: bold;
    padding-top: 100px;
    width: 220px;
}</code></pre>
<p>And add this as well:<br />
<pre><code>.wf-active #site-description {
    font-size: 120%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "tagline in fresh and clean"</title>
			<link>http://en.forums.wordpress.com/topic/tagline-in-fresh-and-clean#post-1286568</link>
			<pubDate>Thu, 30 May 2013 23:27:29 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1286568@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are close. Get rid of the html <br /> tags.  Close your statement. And put this in your CSS:</p>
<p>#site-description{font-size:120%; font-weight:bold; width:220px;}
</p>
]]></description>
					</item>
		<item>
			<title>robhdylan on "Responsive Theme - Custom Font Size Doesn&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/responsive-theme-custom-font-size-doesnt-work#post-1285801</link>
			<pubDate>Thu, 30 May 2013 15:55:12 +0000</pubDate>
			<dc:creator>robhdylan</dc:creator>
			<guid isPermaLink="false">1285801@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I have both the Custom Design and CSS upgrades but the Responsive theme still doesn't seem to be responding to my changes ;-)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Responsive Theme - Custom Font Size Doesn&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/responsive-theme-custom-font-size-doesnt-work#post-1285786</link>
			<pubDate>Thu, 30 May 2013 15:47:38 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1285786@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No changes you try out aside from those such as Custom Background, Custom Header and Theme Options which are stated on the theme description pages for each theme will be visible to visitors unless you purchase an annually renewable custom design upgrade.</p>
<p>These are 3 ways to change fonts on wordpress.com blogs.<br />
(1) Changing font families, colors and size in text in posts or pages either post by post or page by page by coding into the HTML editor.<br />
<a href="http://wpbtips.wordpress.com/2009/07/11/formatting-text-pt-5/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/11/formatting-text-pt-5/</a></p>
<p>(2) Changing font colors in text in posts or pages either post by post or page by page using the #4 icon (Select text color – change the text color) in Row 2 the Visual editor. <a href="http://en.support.wordpress.com/visual-editor/#row-2" rel="nofollow">http://en.support.wordpress.com/visual-editor/#row-2</a></p>
<p>(3) Changing all font families, colors and sizes throughout the whole blog by purchasing an annually renewable Custom Design upgrade and using Typekit Fonts.<br />
<a href="http://en.support.wordpress.com/custom-design/custom-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/custom-css/</a><br />
Custom Design - Frequently Asked Questions<br />
<a href="http://en.support.wordpress.com/custom-design/#frequently-asked-questions" rel="nofollow">http://en.support.wordpress.com/custom-design/#frequently-asked-questions</a><br />
<a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a><br />
<a href="http://en.support.wordpress.com/custom-design/custom-fonts/" rel="nofollow">http://en.support.wordpress.com/custom-design/custom-fonts/</a>
</p>
]]></description>
					</item>
		<item>
			<title>robhdylan on "Responsive Theme - Custom Font Size Doesn&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/responsive-theme-custom-font-size-doesnt-work#post-1285774</link>
			<pubDate>Thu, 30 May 2013 15:42:42 +0000</pubDate>
			<dc:creator>robhdylan</dc:creator>
			<guid isPermaLink="false">1285774@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, hope you can help</p>
<p>Am trying to change the Custom Font size of the Responsive theme but it doesn't seem to be working. The header titles remain their default large size. I'm using Firefox 21.0 under Linux Mint 14.</p>
<p>Sincerely, Phil
</p>
]]></description>
					</item>
		<item>
			<title>dogsbuddy on "tagline in fresh and clean"</title>
			<link>http://en.forums.wordpress.com/topic/tagline-in-fresh-and-clean#post-1285606</link>
			<pubDate>Thu, 30 May 2013 13:45:24 +0000</pubDate>
			<dc:creator>dogsbuddy</dc:creator>
			<guid isPermaLink="false">1285606@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there!<br />
I'm trying to change the size of the tagline font in fresh and clean. I have tried % / pt / em /px but none are working - is there something in the theme design that is preventing this?<br />
This is the CSS code at the moment:<br />
<code>&lt;br /&gt;
#site-description {&lt;br /&gt;
	font-size: 120%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	width: 220px;&lt;br /&gt;
</code></p>
<p>Thank you very much to anyone who could help!<br />
<a href="http://dogs-buddy.co.uk/" rel="nofollow">http://dogs-buddy.co.uk/</a>
</p>
]]></description>
					</item>
		<item>
			<title>beangryatthesun on "Changing the size of the font in posts"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-size-of-the-font-in-posts#post-1283677</link>
			<pubDate>Wed, 29 May 2013 01:30:19 +0000</pubDate>
			<dc:creator>beangryatthesun</dc:creator>
			<guid isPermaLink="false">1283677@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Never mind, it looks like I've found a solution.</p>
<p>Thanks again for your first response!
</p>
]]></description>
					</item>
		<item>
			<title>beangryatthesun on "Changing the size of the font in posts"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-size-of-the-font-in-posts#post-1283675</link>
			<pubDate>Wed, 29 May 2013 01:23:12 +0000</pubDate>
			<dc:creator>beangryatthesun</dc:creator>
			<guid isPermaLink="false">1283675@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks a lot, that worked!</p>
<p>Unfortunately, the vertical spacing (leading?) between each row remained large, so now there is too much blank space between each line of text. Is there another bit of css that could address that?</p>
<p>Thanks very much for your time by the way.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing the size of the font in posts"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-size-of-the-font-in-posts#post-1282795</link>
			<pubDate>Tue, 28 May 2013 15:54:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1282795@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Because you have already updated the font size once via the Appearance &#8594; Custom Design &#8594; Fonts panel, you need to use more specific CSS to override that now. One way to do it is by using "!important"</p>
<pre><code>.entry-content {
	font-size: 80% !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>beangryatthesun on "Changing the size of the font in posts"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-size-of-the-font-in-posts#post-1282779</link>
			<pubDate>Tue, 28 May 2013 15:46:40 +0000</pubDate>
			<dc:creator>beangryatthesun</dc:creator>
			<guid isPermaLink="false">1282779@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
I can't seem to figure out how to change the size of the post font in Imbalance2. I have the CSS upgrade, and it worked great for changing the size of the headings and body text, but the font size inside my individual posts is still too big. I would just like it to be the same size as the 'body text', which I chose as -1.<br />
Could anyone help me with this?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Making Font Size Smaller with CSS"</title>
			<link>http://en.forums.wordpress.com/topic/making-font-size-smaller-with-css#post-1282709</link>
			<pubDate>Tue, 28 May 2013 15:09:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1282709@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like you've switched <a href="http://littlerabbitears.com/" rel="nofollow">http://littlerabbitears.com/</a> to the Chateau theme.</p>
<p>To make the base font in the Ryu theme smaller, you could start with something like this:</p>
<pre><code>body, button, input, select, textarea {
     font-size: 16px;
}</code></pre>
<p>Any other elements that are set by the theme elsewhere would also need to be overridden using custom CSS. For example, here's how to reset the main title sizes to make it 2 times the size of the base font size:</p>
<pre><code>.entry-title {
	font-size: 2em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>summerhibiscus on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1282190</link>
			<pubDate>Tue, 28 May 2013 03:34:25 +0000</pubDate>
			<dc:creator>summerhibiscus</dc:creator>
			<guid isPermaLink="false">1282190@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'll try them both.  I appreciate your time and patience! I am def learning from this css forum.=)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1282139</link>
			<pubDate>Tue, 28 May 2013 02:03:51 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1282139@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Probably.</p>
<p>a) If you mean a little to the right, add this to .site-info:before:<br />
margin-right: 14px;<br />
Change the value to adjust the space.<br />
I would also suggest centering the whole thing; try adding this to .site-info:<br />
text-align: center;</p>
<p>b) If you mean copyright notice left, credits right, add this to .site-info:<br />
text-align: right;<br />
and this to .site-info:before:<br />
float: left;
</p>
]]></description>
					</item>
		<item>
			<title>summerhibiscus on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1282072</link>
			<pubDate>Tue, 28 May 2013 00:51:24 +0000</pubDate>
			<dc:creator>summerhibiscus</dc:creator>
			<guid isPermaLink="false">1282072@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think it was a typo=)  What I did now was delete the 2 codes and copy/paste the above code.  And you're right about leaving it all on one line but would it look better if the WP footer were further to the right instead of right next to me?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1282049</link>
			<pubDate>Tue, 28 May 2013 00:17:50 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1282049@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>if I 'Delete the font-size rule from .site-info:before,' it deletes my footer and keeps just the WP footer.</p></blockquote>
<p>I don't think so! When you say .site-info:before: content such-and-such, you say display this content before the credits. It should show up no matter if you specify a font size or not. The font size you apply to .site-info will apply to the extra content too, so specifying a separate font size for it is redundant unless you want a <em>different</em> font size. Perhaps you made a typo. It should be like that:<br />
<pre><code>.site-info {
    font-size: 70%;
}
.site-info:before {
    content: &quot;Copyright © 2006-2013 summerhibiscus.net All Rights Reserved.&quot;;
}</code></pre>
<blockquote><p>If there's a code to put the WP footer above my footer, that would be great.</p></blockquote>
<p>You would do it as you originally did it (display block), only with "after" instead of "before":<br />
<pre><code>.site-info:after {
    content: &quot;Copyright © 2006-2013 summerhibiscus.net All Rights Reserved.&quot;;
display: block;
}</code></pre>
<p>But I think it looks better on one line.
</p>
]]></description>
					</item>
		<item>
			<title>summerhibiscus on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1282026</link>
			<pubDate>Mon, 27 May 2013 23:50:04 +0000</pubDate>
			<dc:creator>summerhibiscus</dc:creator>
			<guid isPermaLink="false">1282026@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually I added your code too because if I 'Delete the font-size rule from .site-info:before,' it deletes my footer and keeps just the WP footer.<br />
And I figured the WP footer looks better on the same line, after my footer rather then under it.  If there's a code to put the WP footer above my footer, that would be great.   Thanks again!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1282001</link>
			<pubDate>Mon, 27 May 2013 23:20:00 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1282001@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome, and thanks!</p>
<p>a) As I said, you must delete this from .site-info:before:<br />
<code>font-size: 12px;</code><br />
b) Did you turn everything to one line by accident or on purpose?
</p>
]]></description>
					</item>
		<item>
			<title>summerhibiscus on "Change Footer Font Size"</title>
			<link>http://en.forums.wordpress.com/topic/change-footer-font-size#post-1281962</link>
			<pubDate>Mon, 27 May 2013 22:51:23 +0000</pubDate>
			<dc:creator>summerhibiscus</dc:creator>
			<guid isPermaLink="false">1281962@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much! You have a very informative WP help site too.  I go for help there too=)
</p>
]]></description>
					</item>

	</channel>
</rss>
