<?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: Page Headings</title>
		<link>http://www.kriesi.at/support/topic/page-headings</link>
		<description>Support Forum - Topic: Page Headings</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 10:44:21 +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/page-headings" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Page Headings"</title>
			<link>http://www.kriesi.at/support/topic/page-headings#post-80006</link>
			<pubDate>Wed, 17 Oct 2012 06:20:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cortney,&#60;/p&#62;
&#60;p&#62;Kindly replace the code I gave you:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h1.post-title.cufon_headings {
   display: none;
}

.post-content h1.post-title.cufon_headings,
.template-blog h1.post-title.cufon_headings {
   display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1.post-title.cufon_headings {
   display: none;
}

.post-content h1.post-title.cufon_headings,
.template-blog h1.post-title.cufon_headings {
   display: block !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cortneydryden on "Page Headings"</title>
			<link>http://www.kriesi.at/support/topic/page-headings#post-79952</link>
			<pubDate>Tue, 16 Oct 2012 12:00:44 +0000</pubDate>
			<dc:creator>cortneydryden</dc:creator>
			<guid isPermaLink="false">79952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just about... the blog titles go away with both of these. Is there a way for those to remain? Then we'll be good to go!&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Cortney
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Page Headings"</title>
			<link>http://www.kriesi.at/support/topic/page-headings#post-79919</link>
			<pubDate>Tue, 16 Oct 2012 07:19:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cortney,&#60;/p&#62;
&#60;p&#62;Try to replace the code I gave you with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1.post-title.cufon_headings {
   display: none;
}

.post-content h1.post-title.cufon_headings {
   display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1.post-title.cufon_headings {
   display: none;
}

.post-content h1.post-title.cufon_headings {
   display: block !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cortneydryden on "Page Headings"</title>
			<link>http://www.kriesi.at/support/topic/page-headings#post-79826</link>
			<pubDate>Mon, 15 Oct 2012 17:44:08 +0000</pubDate>
			<dc:creator>cortneydryden</dc:creator>
			<guid isPermaLink="false">79826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't know if it is responsible for this... But on this page &#60;a href=&#34;http://designaccelerated.com/web-design-company-in-charlotte/copy-content-writing/&#34; rel=&#34;nofollow&#34;&#62;http://designaccelerated.com/web-design-company-in-charlotte/copy-content-writing/&#60;/a&#62; the titles of the portfolio items don't show up. I have yes for them to in the template builder. How do I fix that?&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Cortney
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Page Headings"</title>
			<link>http://www.kriesi.at/support/topic/page-headings#post-79353</link>
			<pubDate>Thu, 11 Oct 2012 04:23:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-child .post-title.cufon_headings {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cortneydryden on "Page Headings"</title>
			<link>http://www.kriesi.at/support/topic/page-headings#post-79314</link>
			<pubDate>Wed, 10 Oct 2012 22:25:04 +0000</pubDate>
			<dc:creator>cortneydryden</dc:creator>
			<guid isPermaLink="false">79314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to remove the page headings? I don't want the blog headings removed though. What is the easiest way to go about this?&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;cortney
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
