<?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: More Sliders &#38; Change Heading fonts</title>
		<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts</link>
		<description>Support Forum - Topic: More Sliders &amp; Change Heading fonts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 01:43:12 +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/more-sliders-change-heading-fonts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "More Sliders &#38; Change Heading fonts"</title>
			<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts#post-24871</link>
			<pubDate>Mon, 15 Aug 2011 06:40:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Create a page (Pages &#38;gt; Add New)&#60;/p&#62;
&#60;p&#62;2) Create portfolio Items (Portfolio Items &#38;gt; Add New) and Portfolio Categories (Portfolio Items &#38;gt; Categories). Don't forget to assign your portfolio items to categories.&#60;/p&#62;
&#60;p&#62;3) Go to Velvet (option panel) &#38;gt; Portfolio Options. There you can select the slug, the portfolio page (select the page you created in step 1) ) and select the portfolio categories you'd like to display on this portfolio page.&#60;/p&#62;
&#60;p&#62;4) Save the settings. You can create more portfolio pages by clicking on the green &#34;plus&#34; symbol in the bottom right corner.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Write-Pro-Motion on "More Sliders &#38; Change Heading fonts"</title>
			<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts#post-24860</link>
			<pubDate>Sun, 14 Aug 2011 22:44:10 +0000</pubDate>
			<dc:creator>Write-Pro-Motion</dc:creator>
			<guid isPermaLink="false">24860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am a Graphic Designer old school,  I am getting acquainted with Themeforest and Wordpress.  I love the Velvet template, the only problem I a have is I do not know how to make the portfolio.  Where do I get the slug from?&#60;/p&#62;
&#60;p&#62;If you could tell me in steps what to do would be incredible. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "More Sliders &#38; Change Heading fonts"</title>
			<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts#post-22262</link>
			<pubDate>Thu, 07 Jul 2011 23:24:08 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can open style.css and add the following to the bottom of the file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h1, h2, h3 {
font-family: &#38;quot;Times New Roman&#38;quot;, serif;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course the font-family can be changed to anything you'd like.&#60;br /&#62;
You can also try &#60;a href=&#34;http://www.google.com/webfonts/v2&#34;&#62;this&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creator_of_worlds on "More Sliders &#38; Change Heading fonts"</title>
			<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts#post-22258</link>
			<pubDate>Thu, 07 Jul 2011 21:14:15 +0000</pubDate>
			<dc:creator>creator_of_worlds</dc:creator>
			<guid isPermaLink="false">22258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I am new to html / css&#60;br /&#62;
I can replace the text in the php file... but how do I change the fonts then?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "More Sliders &#38; Change Heading fonts"</title>
			<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts#post-22252</link>
			<pubDate>Thu, 07 Jul 2011 20:03:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) you can add a no_cufon class to the teaser headline and change the font family/text style via css (maybe font-face) afterwards. Open up functions.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($teaser_text) $output .= &#38;quot;&#38;lt;h4 class=&#38;#39;teaser_text &#38;quot;.$teaserClass.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.nl2br($teaser_text).&#38;quot;&#38;lt;/h4&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($teaser_text) $output .= &#38;quot;&#38;lt;h4 class=&#38;#39;teaser_text no_cufon &#38;quot;.$teaserClass.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.nl2br($teaser_text).&#38;quot;&#38;lt;/h4&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Basically it should be possible (both themes are based on the same framework) but it's not within the scope of our support forum.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creator_of_worlds on "More Sliders &#38; Change Heading fonts"</title>
			<link>http://www.kriesi.at/support/topic/more-sliders-change-heading-fonts#post-22237</link>
			<pubDate>Thu, 07 Jul 2011 16:25:20 +0000</pubDate>
			<dc:creator>creator_of_worlds</dc:creator>
			<guid isPermaLink="false">22237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have the velvet theme. At the same time I love the Slides from Brightbox. Is there anyway for me to also get/use the other slides in velvet too?&#60;/p&#62;
&#60;p&#62;How do I change the Font of the Special Heading?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Creator
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
