<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Size of fonts in pages and posts</title>
		<link>http://www.kriesi.at/support/topic/size-of-fonts-in-pages-and-posts</link>
		<description>Support Forum - Topic: Size of fonts in pages and posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 11:29:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/size-of-fonts-in-pages-and-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>thoddi on "Size of fonts in pages and posts"</title>
			<link>http://www.kriesi.at/support/topic/size-of-fonts-in-pages-and-posts#post-47510</link>
			<pubDate>Wed, 21 Mar 2012 19:03:15 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">47510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are my saviours. What a great support team you are!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Size of fonts in pages and posts"</title>
			<link>http://www.kriesi.at/support/topic/size-of-fonts-in-pages-and-posts#post-47447</link>
			<pubDate>Wed, 21 Mar 2012 16:42:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Thoddi,&#60;/p&#62;
&#60;p&#62;Sure thing! The default text is handled with a combination of &#34;body&#34; and &#34;p&#34;. So for the normal paragraph text the font size and specification is handled with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
font: 12px/1.7em &#38;quot;Helvetica Neue&#38;quot;,Helvetica,Arial,sans-serif;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The color is handled by the minimal-skin.css but just adds onto the style:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
color: #888;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Finally there is some specific tweaking of the paragraph tag specifically with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;p {
padding: 0.5em 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The headlines under the images are:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content h3{
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have not already, take a look at Firebug for quickly identifying the css classes you want to modify and even using it to style the page live. &#60;a href=&#34;http://www.kriesi.at/support/topic/fyi-firebug-tutorial-for-wordpress-users&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/fyi-firebug-tutorial-for-wordpress-users&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Size of fonts in pages and posts"</title>
			<link>http://www.kriesi.at/support/topic/size-of-fonts-in-pages-and-posts#post-47430</link>
			<pubDate>Wed, 21 Mar 2012 15:59:44 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">47430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant - thanks:-)&#60;/p&#62;
&#60;p&#62;If it's not too much hassle... could you mention a similar fix for the text styles in the footer area?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Size of fonts in pages and posts"</title>
			<link>http://www.kriesi.at/support/topic/size-of-fonts-in-pages-and-posts#post-47426</link>
			<pubDate>Wed, 21 Mar 2012 15:47:48 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; This should help:&#60;/p&#62;
&#60;pre&#62;
.entry-content{
font-size:14px;
color:#333;
}

#top .dynamic-column-title{
font-size:20px;
}
&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Size of fonts in pages and posts"</title>
			<link>http://www.kriesi.at/support/topic/size-of-fonts-in-pages-and-posts#post-47116</link>
			<pubDate>Tue, 20 Mar 2012 10:04:25 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">47116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd like to alter the size and color of the normal text in pages and posts. Could you help me with a little CSS code on how I do that?&#60;/p&#62;
&#60;p&#62;Would also be good to be able to alter the heading that lists out under the images in the three and four colums on the front page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
