<?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 - Tag: again :( - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/again</link>
		<description>Support Forum - Tag: again :( - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 18:21:49 +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/tags/again" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Changing the font and the header for the contact sheet"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-and-the-header-for-the-contact-sheet#post-78930</link>
			<pubDate>Mon, 08 Oct 2012 08:16:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi PROOY,&#60;/p&#62;
&#60;p&#62;Is this resolved now?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PROOY on "Changing the font and the header for the contact sheet"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-and-the-header-for-the-contact-sheet#post-78921</link>
			<pubDate>Mon, 08 Oct 2012 07:49:22 +0000</pubDate>
			<dc:creator>PROOY</dc:creator>
			<guid isPermaLink="false">78921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thank you for the response! I will try to use the inspect element function. &#60;/p&#62;
&#60;p&#62;All the best,&#60;/p&#62;
&#60;p&#62;PROOY
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing the font and the header for the contact sheet"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-and-the-header-for-the-contact-sheet#post-78675</link>
			<pubDate>Fri, 05 Oct 2012 15:39:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi PROOY,&#60;/p&#62;
&#60;p&#62;With that many different elements to change, I would suggest getting familiar with either Chrome or Safari's inspect element function (when right clicking in a page you can inspect the css for objects) or getting Firebug for Firefox. This way you can target and find all the various css declarations you want to modify.&#60;/p&#62;
&#60;p&#62;I'll do my best to try and identify the correct ones from the list above but they may not be exactly what you mean:&#60;/p&#62;
&#60;p&#62;1. How to change font family for body text&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
    font-family: &#38;quot;Arial&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. How to change font family for the Menu&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu a {
    font-family: &#38;quot;Times New Roman&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3. How to change font family for the buttons in the callouts&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #wrap_all .callout .big_button.avia-button.button {
    font-family: &#38;quot;Times New Roman&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. How to change font family for the slider texts&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.content_slider p {
    font-family: &#38;quot;Times New Roman&#38;quot;;
}
.content_slider h3 {
    font-family: &#38;quot;Times New Roman&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;5. How to change font family for the contact form&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_form label {
    font-family: &#38;quot;Times New Roman&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;6. How to change font family for the gallery texts&#60;br /&#62;
- I'm not sure what you mean here.&#60;/p&#62;
&#60;p&#62;7. How to change the text for the contact form header which right now says &#34;Send us mail&#34;&#60;br /&#62;
- Go to your theme files via FTP and look for includes&#38;gt;contact-form.php . Within that file search for the line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;heading&#38;quot; =&#38;gt; &#38;quot;&#38;lt;h3&#38;gt;&#38;quot;.__(&#38;#39;Send us mail&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit the Send us mail text there and then save the file back onto your server.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PROOY on "Changing the font and the header for the contact sheet"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-and-the-header-for-the-contact-sheet#post-78397</link>
			<pubDate>Wed, 03 Oct 2012 14:02:59 +0000</pubDate>
			<dc:creator>PROOY</dc:creator>
			<guid isPermaLink="false">78397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Unfortunately the other thread I started already got unlocked. With your last instructions I managed to change the font family for the callouts on my site. However, I still have some questions for the other parts. &#60;/p&#62;
&#60;p&#62;1. How to change font family for body text&#60;br /&#62;
2. How to change font family for the Menu&#60;br /&#62;
3. How to change font family for the buttons in the callouts&#60;br /&#62;
4. How to change font family for the slider texts&#60;br /&#62;
5. How to change font family for the contact form&#60;br /&#62;
6. How to change font family for the gallery texts&#60;/p&#62;
&#60;p&#62;7. How to change the text for the contact form header which right now says &#34;Send us mail&#34;&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;PROOY
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
