<?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: Remove Horizontal Rule under logo</title>
		<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo</link>
		<description>Support Forum - Topic: Remove Horizontal Rule under logo</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 15:49:25 +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/remove-horizontal-rule-under-logo" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-91616</link>
			<pubDate>Tue, 15 Jan 2013 02:08:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lando2319,&#60;/p&#62;
&#60;p&#62;I'm not sure if I'm referring to the right second line that you mean, if you check on the Angular demo site, is it the thick yellow line below the logo? if it is, kindly add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.primary-background.seperator-addon.seperator-bottom {
   background: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lando2319 on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-91556</link>
			<pubDate>Mon, 14 Jan 2013 20:13:05 +0000</pubDate>
			<dc:creator>lando2319</dc:creator>
			<guid isPermaLink="false">91556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This code works to remove the first horizontal rule which I had already successfully removed using:&#60;/p&#62;
&#60;p&#62;#header .container {&#60;br /&#62;
border: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Looks like the second line is within a different container. Any Suggestions for removing that second horizontal rule?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-91090</link>
			<pubDate>Fri, 11 Jan 2013 07:16:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header .container {
border-bottom: 1px solid;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lando2319 on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-91076</link>
			<pubDate>Fri, 11 Jan 2013 01:39:41 +0000</pubDate>
			<dc:creator>lando2319</dc:creator>
			<guid isPermaLink="false">91076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;UPDATE: This successfully removed the RSS icon&#60;/p&#62;
&#60;p&#62;.rss {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;AND this to successfully remove the search bar&#60;/p&#62;
&#60;p&#62;.title_container #searchform {&#60;br /&#62;
   display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Is there a CSS quick Snippet for removing the bottom horizontal line for propulsion theme?&#60;/p&#62;
&#60;p&#62;Thank you for your time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lando2319 on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-91055</link>
			<pubDate>Thu, 10 Jan 2013 21:23:38 +0000</pubDate>
			<dc:creator>lando2319</dc:creator>
			<guid isPermaLink="false">91055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;Thank you for your contribution. I am working on the propulsion theme and have a few changes I would like to make.&#60;/p&#62;
&#60;p&#62;Here is what I have so far &#60;a href=&#34;http://sevenspoon.com/workaround-3-column/&#34; rel=&#34;nofollow&#34;&#62;http://sevenspoon.com/workaround-3-column/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to remove from the header the following elements:&#60;br /&#62;
1. The other horizontal rule&#60;br /&#62;
2. The searchbar&#60;br /&#62;
3. The RSS Button.&#60;/p&#62;
&#60;p&#62;I would like to remove these from the entire site leaving just the cart and the menu in the header. I have used the above code to remove one of the horizontal rule. After looking through the forums I have managed to add the following to my Quick CSS&#60;/p&#62;
&#60;p&#62;#top .logo, .logo a{&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#header .container {&#60;br /&#62;
border: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Please let me know what additional code is needed to make the desired changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-89111</link>
			<pubDate>Thu, 20 Dec 2012 16:42:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Add following code to css/custom.cs or the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header .container {
border: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ridick6 on "Remove Horizontal Rule under logo"</title>
			<link>http://www.kriesi.at/support/topic/remove-horizontal-rule-under-logo#post-89068</link>
			<pubDate>Thu, 20 Dec 2012 09:25:38 +0000</pubDate>
			<dc:creator>ridick6</dc:creator>
			<guid isPermaLink="false">89068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How do I remove the Horizontal Rule located under the logo? See example here - &#60;a href=&#34;http://www.skywake.com&#34; rel=&#34;nofollow&#34;&#62;http://www.skywake.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
