<?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: Removing - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/removing</link>
		<description>Support Forum - Tag: Removing - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:05:29 +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/removing" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Hide Choices Page Title"</title>
			<link>http://www.kriesi.at/support/topic/hide-choices-page-title-1#post-113885</link>
			<pubDate>Sun, 26 May 2013 03:50:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">113885@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Target the page by their body class. Yours have this id page-id-22. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-22 .post-title {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Hide Choices Page Title"</title>
			<link>http://www.kriesi.at/support/topic/hide-choices-page-title-1#post-113850</link>
			<pubDate>Sat, 25 May 2013 22:32:23 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">113850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;I'm trying to do the same with &#60;a href=&#34;http://aclgroup.co.uk/wordpress/larkswood/home/&#34; rel=&#34;nofollow&#34;&#62;http://aclgroup.co.uk/wordpress/larkswood/home/&#60;/a&#62;&#60;br /&#62;
All titles have gone from other pages apart from the home page, which still has the title &#34;home&#34; in the top left column of the content area.&#60;/p&#62;
&#60;p&#62;If I try&#60;/p&#62;
&#60;p&#62;#top .post-title&#60;br /&#62;
	{&#60;br /&#62;
	 display: none !important;&#60;/p&#62;
&#60;p&#62;	}&#60;br /&#62;
This gets rid of it but it also gets rid of the blog post titles (which I want to keep).&#60;/p&#62;
&#60;p&#62;Is there a way of just targeting that individual title to get rid of it?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hide Choices Page Title"</title>
			<link>http://www.kriesi.at/support/topic/hide-choices-page-title-1#post-82639</link>
			<pubDate>Wed, 07 Nov 2012 11:12:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi RGOnline,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .post-title {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .post-title {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code will remove the the page title on your homepage. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RGOnline on "Hide Choices Page Title"</title>
			<link>http://www.kriesi.at/support/topic/hide-choices-page-title-1#post-82628</link>
			<pubDate>Wed, 07 Nov 2012 09:06:58 +0000</pubDate>
			<dc:creator>RGOnline</dc:creator>
			<guid isPermaLink="false">82628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello i have seen many answers to this question about other themes but not for choices.&#60;/p&#62;
&#60;p&#62;I do not want to display the page title on my home page of this site - &#60;a href=&#34;http://darcyandco.com.au/&#34; rel=&#34;nofollow&#34;&#62;http://darcyandco.com.au/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;can you help?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Bullet list top and bottom horizontal lines"</title>
			<link>http://www.kriesi.at/support/topic/removing-bullet-list-top-and-bottom-horizontal-lines-1#post-21549</link>
			<pubDate>Sat, 25 Jun 2011 16:39:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#sidebar .box a, #main #sidebar .box .recentcomments, ul li, ul{
border: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>paulkitchener on "Removing Bullet list top and bottom horizontal lines"</title>
			<link>http://www.kriesi.at/support/topic/removing-bullet-list-top-and-bottom-horizontal-lines-1#post-21511</link>
			<pubDate>Fri, 24 Jun 2011 14:24:52 +0000</pubDate>
			<dc:creator>paulkitchener</dc:creator>
			<guid isPermaLink="false">21511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please can you tell me what to change in the CSS to remove the boarders around the bullet lists?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Paul.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Bullet list top and bottom horizontal lines"</title>
			<link>http://www.kriesi.at/support/topic/removing-bullet-list-top-and-bottom-horizontal-lines#post-21492</link>
			<pubDate>Fri, 24 Jun 2011 05:57:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content ul, .entry ol, .entry-content ul li{
    border: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>paulkitchener on "Removing Bullet list top and bottom horizontal lines"</title>
			<link>http://www.kriesi.at/support/topic/removing-bullet-list-top-and-bottom-horizontal-lines#post-21452</link>
			<pubDate>Thu, 23 Jun 2011 16:30:50 +0000</pubDate>
			<dc:creator>paulkitchener</dc:creator>
			<guid isPermaLink="false">21452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please can you tell me what to change in the CSS to remove the boarders around the bullet lists?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Paul.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
