<?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: Removing permalinks?</title>
		<link>http://www.kriesi.at/support/topic/removing-permalinks</link>
		<description>Support Forum - Topic: Removing permalinks?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 14:24:26 +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/removing-permalinks" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-84502</link>
			<pubDate>Mon, 19 Nov 2012 03:34:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-84467</link>
			<pubDate>Sun, 18 Nov 2012 16:53:11 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">84467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-84164</link>
			<pubDate>Fri, 16 Nov 2012 04:32:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;Just remove the .home in the first code that Devin gave you and place that code inside custom.css or Quick CSS.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-84129</link>
			<pubDate>Thu, 15 Nov 2012 21:11:13 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">84129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Devin.&#60;/p&#62;
&#60;p&#62;Which .CSS file?&#60;/p&#62;
&#60;p&#62;I can see a few .CSS files when I use filezilla.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-84094</link>
			<pubDate>Thu, 15 Nov 2012 15:33:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In that case you just need to remove the home class from the css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .dynamic-column-title {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-83954</link>
			<pubDate>Wed, 14 Nov 2012 18:59:20 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I'm actually already using the Template Builder and have added titles manually, but the permalinks still appear.&#60;/p&#62;
&#60;p&#62;Where would I go to remove them from all areas of the site?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-83921</link>
			<pubDate>Wed, 14 Nov 2012 16:31:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;Because they are part of the templates, it would be much easier to just remove them from the page entirely and add in your non link titles manually in the column content.&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.home .dynamic-column-title {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will only effect the home page of your site but you could remove the .home and it would effect site wide if you want.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Removing permalinks?"</title>
			<link>http://www.kriesi.at/support/topic/removing-permalinks#post-83781</link>
			<pubDate>Wed, 14 Nov 2012 02:45:25 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to remove the permalink/page title at the top of the page content?&#60;/p&#62;
&#60;p&#62;For instance, on the test site here: hummingbirdhall.org, the permalinks that I'd like to remove are 'welcome' and 'request destination wedding quotation' (these are in purple capitalised font).&#60;/p&#62;
&#60;p&#62;On this page &#60;a href=&#34;http://hummingbirdhall.org/services/&#34; rel=&#34;nofollow&#34;&#62;http://hummingbirdhall.org/services/&#60;/a&#62; I'd like to remove the permalink 'services'&#60;/p&#62;
&#60;p&#62;When I changed the font to the same colour as the background it affeced all the links on the website, so I'd love an alternative solution.&#60;/p&#62;
&#60;p&#62;Thank you so much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
