<?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 size and font for all the headers</title>
		<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers</link>
		<description>Support Forum - Topic: Changing the size and font for all the headers</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 09:35:07 +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-size-and-font-for-all-the-headers" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Changing the size and font for all the headers"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers#post-94752</link>
			<pubDate>Sun, 03 Feb 2013 06:31:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You didn't mention to exclude the portfolio header, in what pages do you want to change it? You might try something like this to exclude the portfolio headers. Inspect element then look for the body class, you can find something like this .page-id-37 (body class for my portfolio page). Place this at the very bottom of your custom.css or Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-37.main-title h1 {
margin: 0;
font-size: 28px !important;
position: relative;
z-index: 2;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace the page id.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freshweb_cdn on "Changing the size and font for all the headers"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers#post-94704</link>
			<pubDate>Sat, 02 Feb 2013 20:42:20 +0000</pubDate>
			<dc:creator>freshweb_cdn</dc:creator>
			<guid isPermaLink="false">94704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent that worked only problem was it also changed the size of the portfolio headers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing the size and font for all the headers"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers#post-94591</link>
			<pubDate>Sat, 02 Feb 2013 00:33:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To change the main title you can use this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main-title {
font-size: 50px !important;
color: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Don't forget to place !important on the font-size.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freshweb_cdn on "Changing the size and font for all the headers"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers#post-94568</link>
			<pubDate>Fri, 01 Feb 2013 20:42:40 +0000</pubDate>
			<dc:creator>freshweb_cdn</dc:creator>
			<guid isPermaLink="false">94568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent thanks!  Still can't seem to change the page title.  I have tried .page-title.  Stubborn thing won't change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Changing the size and font for all the headers"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers#post-94547</link>
			<pubDate>Fri, 01 Feb 2013 17:46:00 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">94547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is an example of my custom css for h1&#60;br /&#62;
h1 {&#60;br /&#62;
font-family: &#34;Trebuchet MS&#34;, Arial&#60;br /&#62;
font-size: 30px;&#60;br /&#62;
color: #f5704c;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Good luck Do you use FIREBUG? You should download and try it. Very helpful for this. I have learned alot using it.&#60;br /&#62;
Here are the style codes Below:&#60;br /&#62;
h1 {&#60;br /&#62;
    font-size: 28px;&#60;br /&#62;
    margin:0px;&#60;br /&#62;
    padding:0px;&#60;br /&#62;
    color:#4a4a4a;&#60;br /&#62;
}&#60;br /&#62;
h2 {&#60;br /&#62;
    font-size: 24px;&#60;br /&#62;
    margin:0px;&#60;br /&#62;
    padding:0px;&#60;br /&#62;
    color:#4a4a4a;&#60;br /&#62;
}&#60;br /&#62;
h3 {&#60;br /&#62;
    font-size: 22px;&#60;br /&#62;
    margin:0px;&#60;br /&#62;
    padding:0px;&#60;br /&#62;
    color:#4a4a4a;&#60;br /&#62;
}&#60;br /&#62;
h4 {&#60;br /&#62;
    font-size: 17px;&#60;br /&#62;
    color:#4a4a4a;&#60;br /&#62;
    margin:0px;&#60;br /&#62;
    padding:0px;&#60;br /&#62;
}&#60;br /&#62;
h5 {&#60;br /&#62;
    font-size: 16px;&#60;br /&#62;
    margin:0px;&#60;br /&#62;
    padding:0px;&#60;br /&#62;
    color:#4a4a4a;&#60;br /&#62;
}&#60;br /&#62;
h6 {&#60;br /&#62;
    font-size: 14px;&#60;br /&#62;
    margin:0px;&#60;br /&#62;
    padding:0px;&#60;br /&#62;
    color:#4a4a4a;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freshweb_cdn on "Changing the size and font for all the headers"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-size-and-font-for-all-the-headers#post-94452</link>
			<pubDate>Fri, 01 Feb 2013 05:18:43 +0000</pubDate>
			<dc:creator>freshweb_cdn</dc:creator>
			<guid isPermaLink="false">94452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,  &#60;/p&#62;
&#60;p&#62;I have tried everything to change the size of the all the headers, nothing seems to work.  Would really appreciate the css for h1, h2, h3, h4.  I especially would like to increase the size of the page title.  &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
