<?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 H5 &#38; H6 font size + Removing Page Title</title>
		<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title</link>
		<description>Support Forum - Topic: Changing H5 &amp; H6 font size + Removing Page Title</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 04:09:23 +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-h5-h6-font-size-removing-page-title" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-30939</link>
			<pubDate>Tue, 01 Nov 2011 20:17:05 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good to see Dude could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seh1970 on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-30827</link>
			<pubDate>Mon, 31 Oct 2011 06:39:08 +0000</pubDate>
			<dc:creator>seh1970</dc:creator>
			<guid isPermaLink="false">30827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi dude,&#60;br /&#62;
great idea to customize page-id-title.&#60;br /&#62;
helps me alot ;)&#60;br /&#62;
ty
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-30817</link>
			<pubDate>Mon, 31 Oct 2011 06:09:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30817@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Then you need to remove the title code itself. It's bad for seo but if the css code doesn't work for you I don't know another solution....&#60;/p&#62;
&#60;p&#62;Open up includes/loop-page.php and delete following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kazz08 on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-30804</link>
			<pubDate>Sun, 30 Oct 2011 21:53:17 +0000</pubDate>
			<dc:creator>kazz08</dc:creator>
			<guid isPermaLink="false">30804@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that. But it is still showing &#34;Home&#34; on the homepage and the other titles on each page. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-29569</link>
			<pubDate>Sun, 16 Oct 2011 08:59:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page-id-4297 .post-title{
display: none;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    text-transform: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kazz08 on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-29548</link>
			<pubDate>Sun, 16 Oct 2011 05:20:58 +0000</pubDate>
			<dc:creator>kazz08</dc:creator>
			<guid isPermaLink="false">29548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that. I pasted the code into the Quick CSS area but it is still showing &#34;Home&#34; on the homepage. Any other ideas?  If I can remove it from each page that would be great. Here is the website: &#60;a href=&#34;http://www.thatscreativedesign.com/home&#34; rel=&#34;nofollow&#34;&#62;http://www.thatscreativedesign.com/home&#60;/a&#62;. The h5/h6 comment - it has been a few weeks now so I can't remember which page I was trying to use it! But I would like to change H3 to lowercase though please (that is on the home page in the columns).&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Karen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-28417</link>
			<pubDate>Sun, 02 Oct 2011 17:39:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll report it to Kriesi. In kazz08 case it's possible by using one line of css code - by defult it's:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .post-title{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but it may vary from case to case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v2park on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-28411</link>
			<pubDate>Sun, 02 Oct 2011 16:55:54 +0000</pubDate>
			<dc:creator>v2park</dc:creator>
			<guid isPermaLink="false">28411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a same request to be able to remove title of the page. In order to remove the page title, I am using template builder. It needs extra work and two pages and one custom template are required for a page view. &#60;/p&#62;
&#60;p&#62;1. Create new page to have contents.&#60;br /&#62;
2. Create custom template using template builder. This custom template includes the page created in #1 with &#34;no title display&#34; option checked&#60;br /&#62;
3. Create target page without contents and set dynamic template in page layout with the custom template.&#60;/p&#62;
&#60;p&#62;I would appreciate to give an option not to display title in the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-28403</link>
			<pubDate>Sun, 02 Oct 2011 15:40:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a sample link to a sample page where're using h5/h6 - we can provide custom css code afterwards (for both issues).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kazz08 on "Changing H5 &#38; H6 font size + Removing Page Title"</title>
			<link>http://www.kriesi.at/support/topic/changing-h5-h6-font-size-removing-page-title#post-28367</link>
			<pubDate>Sun, 02 Oct 2011 03:52:55 +0000</pubDate>
			<dc:creator>kazz08</dc:creator>
			<guid isPermaLink="false">28367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I have two questions:&#60;/p&#62;
&#60;p&#62;1: I have been trying to change the font size of the H5 and H6 headings to no avail. They still appear the same height. Ideally, I would like H5 and H6 to be lowercase as well. I have tried changing the size in styles.css, minimal-skin.css and the quick css in the theme options panel. I can change the color but the sizes won't change. Could you please advise how I can do this as it is bugging me like crazy? Btw, I am using Cufon.&#60;/p&#62;
&#60;p&#62;2: Before the body of text begins, at the top of each page the title of the page is mentioned (not the breadcrumbs up the top right). I would like to remove it from the Homepage. I don't mind it on the inner pages, but can it be removed from the homepage?&#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;Kazz
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
