<?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: Changing the font size</title>
		<link>http://www.kriesi.at/support/topic/changing-the-font-size</link>
		<description>Support Forum - Topic: Changing the font size</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:12:39 +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/changing-the-font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-95441</link>
			<pubDate>Wed, 06 Feb 2013 13:03:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to have larger text that isn't a headline(from the text styling dropdown showing Paragraph/Header 1 etc), you would need to modify the html (text) view and modify the text that way.&#60;/p&#62;
&#60;p&#62;So something like:&#60;br /&#62;
&#60;code&#62;&#38;lt;p style=&#38;quot;line-height: 16pt; font-size: 15pt;&#38;quot;&#38;gt;Some Bigger Text&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This would be for those items that would normally just be targeted with regular font-wide text size.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-95346</link>
			<pubDate>Tue, 05 Feb 2013 19:32:08 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">95346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't seem to have text size buttons on my visual editor - I can do bold, italic, text color, bullets, and a bunch of other stuff, but not text size.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-95036</link>
			<pubDate>Mon, 04 Feb 2013 16:02:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Deanna,&#60;/p&#62;
&#60;p&#62;On a regular page, you just need to select the text and use the visual editors buttons to make the text larger. That should add the needed css to the inline css.&#60;/p&#62;
&#60;p&#62;The same should also hold true for list items since they are only getting their font size from the body font which is:&#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;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-94906</link>
			<pubDate>Mon, 04 Feb 2013 04:12:15 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">94906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.  I looked at the .css files and can't quite figure out how best to change the text sizes of:&#60;br /&#62;
  - bulleted items&#60;br /&#62;
  - the text on the about page&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Deanna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-94793</link>
			<pubDate>Sun, 03 Feb 2013 08:40:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can use this instead. :)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio p {
font-size: 15px;
color: red;
}

.single-portfolio .post-title.no_cufon {
font-size: 20px !important;
color: blue !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-94632</link>
			<pubDate>Sat, 02 Feb 2013 03:21:22 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">94632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, that changed the size of the text and title of the portfolio &#34;cards&#34;.  This is good, but what I really wanted was the text and headers ON the actual portfolio details pages.  This is where most of the text is and where I want people to be able to read.  &#60;/p&#62;
&#60;p&#62;Also, why is the &#34;header&#34; on these pages a different font from everything else?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Deanna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-94627</link>
			<pubDate>Sat, 02 Feb 2013 02:49:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To change the portfolio text, you can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.template-portfolio-overview p {
font-size: 15px;
}

.post-title a {
font-size: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Changing the font size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-size#post-94437</link>
			<pubDate>Fri, 01 Feb 2013 03:07:33 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">94437@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a simple way to change the font size on the Velvet theme?  This text is too small for my taste.  I would like the regular text and heading text on the portfolio-items in particular to be a bit bigger.  Front page font and sizes are fine.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Deanna
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
