<?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: Change font style for main text</title>
		<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text</link>
		<description>Support Forum - Topic: Change font style for main text</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 05:46:45 +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/change-font-style-for-main-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77680</link>
			<pubDate>Thu, 27 Sep 2012 22:32:10 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">77680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Le us know if you need further assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeguellard on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77647</link>
			<pubDate>Thu, 27 Sep 2012 17:37:40 +0000</pubDate>
			<dc:creator>mikeguellard</dc:creator>
			<guid isPermaLink="false">77647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77483</link>
			<pubDate>Thu, 27 Sep 2012 00:44:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You mean the paragraph? The code above will change them.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body {
   color: #888;
   font-family: Arial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or to be more specific you can do&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body p {
   color: #888;
   font-family: Arial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeguellard on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77475</link>
			<pubDate>Wed, 26 Sep 2012 21:34:53 +0000</pubDate>
			<dc:creator>mikeguellard</dc:creator>
			<guid isPermaLink="false">77475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks - just to clarify that line 28 changes the font which makes up the titles - i am looking to change the font of the lighter coloured text which makes up the body of posts and pages by default as well as the snippet beneath the title on the image slider on the front page.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77348</link>
			<pubDate>Wed, 26 Sep 2012 01:41:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;Just replace this code:&#60;br /&#62;
&#60;code&#62;body{ color: #888; }&#60;/code&#62;&#60;br /&#62;
With this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
   color: #888;
   font-family: Arial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeguellard on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77246</link>
			<pubDate>Tue, 25 Sep 2012 11:48:24 +0000</pubDate>
			<dc:creator>mikeguellard</dc:creator>
			<guid isPermaLink="false">77246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! How do I change the actual font though to say Arial?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77200</link>
			<pubDate>Tue, 25 Sep 2012 06:01:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;In your custom.css, you have this code (in line 28):&#60;br /&#62;
&#60;code&#62;body{ color: #888; }&#60;/code&#62;&#60;br /&#62;
Just replace the color value.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeguellard on "Change font style for main text"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-for-main-text#post-77122</link>
			<pubDate>Mon, 24 Sep 2012 14:26:48 +0000</pubDate>
			<dc:creator>mikeguellard</dc:creator>
			<guid isPermaLink="false">77122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you tell me the easiest way to change the font which makes up the main body of the text in posts which is in the grey font to be the same font style as the titles and menus fonts?&#60;/p&#62;
&#60;p&#62;I'm not sure I like the readability of the default font.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.highstreetmoney.co.uk/wp/&#34; rel=&#34;nofollow&#34;&#62;http://www.highstreetmoney.co.uk/wp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
