<?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 of Portfolio Thumbnail Titles ?</title>
		<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles</link>
		<description>Support Forum - Topic: Change font style of Portfolio Thumbnail Titles ?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 09:23:29 +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-of-portfolio-thumbnail-titles" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Change font style of Portfolio Thumbnail Titles ?"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles#post-43583</link>
			<pubDate>Mon, 27 Feb 2012 05:03:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">43583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Thanks for pointing that out, users with the same problem will find it useful :) Either way both should work when !important is added. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "Change font style of Portfolio Thumbnail Titles ?"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles#post-43512</link>
			<pubDate>Sat, 25 Feb 2012 22:00:34 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;After some searching and trial and error, you made a mistake.&#60;/p&#62;
&#60;p&#62;It's actually&#60;/p&#62;
&#60;p&#62;#top .portfolio-title{&#60;br /&#62;
    font-family: 'Princess Sofia',serif !important;&#60;br /&#62;
    font-size: 20px !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Change font style of Portfolio Thumbnail Titles ?"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles#post-43042</link>
			<pubDate>Wed, 22 Feb 2012 22:12:01 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">43042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I'll mark this as resolved. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brobins on "Change font style of Portfolio Thumbnail Titles ?"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles#post-43039</link>
			<pubDate>Wed, 22 Feb 2012 22:08:08 +0000</pubDate>
			<dc:creator>brobins</dc:creator>
			<guid isPermaLink="false">43039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is perfect. &#60;/p&#62;
&#60;p&#62;Thank you for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Change font style of Portfolio Thumbnail Titles ?"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles#post-43034</link>
			<pubDate>Wed, 22 Feb 2012 21:55:48 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">43034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;you can choose a google font and add the code you're given right above the closing head tag in your header.php&#60;br /&#62;
If you've chosen for the &#34;Princess Sofia&#34; font this would be the code you'd have to insert:&#60;br /&#62;
&#60;code&#62;&#38;lt;link href=&#38;#39;http://fonts.googleapis.com/css?family=Princess+Sofia&#38;#39; rel=&#38;#39;stylesheet&#38;#39; type=&#38;#39;text/css&#38;#39;&#38;gt;&#60;/code&#62;&#60;br /&#62;
Somewhere around&#60;br /&#62;
&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/custom.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then, to apply it to those titles you can go in your Quick CSS or custom.css to add this in:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-title {
    font-family: &#38;#39;Princess Sofia&#38;#39;,serif !important;
    font-size: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this helps.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brobins on "Change font style of Portfolio Thumbnail Titles ?"</title>
			<link>http://www.kriesi.at/support/topic/change-font-style-of-portfolio-thumbnail-titles#post-42708</link>
			<pubDate>Tue, 21 Feb 2012 11:24:05 +0000</pubDate>
			<dc:creator>brobins</dc:creator>
			<guid isPermaLink="false">42708@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;What would be the simplest way to change the Porfolio Thumbnail Titles style ?&#60;/p&#62;
&#60;p&#62;I am talking in terms of font, size, colour.&#60;/p&#62;
&#60;p&#62;Would it be possible to use the Google font here ?&#60;/p&#62;
&#60;p&#62;Many thanks for any help on this.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
