<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Hide, Disable, Remove Blogger Navbar</title>
	<atom:link href="http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/</link>
	<description>Technology News, Blogging Tips, Guestblogging, Social Media</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: arif</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-8/#comment-896843</link>
		<dc:creator>arif</dc:creator>
		<pubDate>Wed, 22 Jun 2011 05:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-896843</guid>
		<description>I have been searching for this long time and finally got it here. it really works.thanks</description>
		<content:encoded><![CDATA[<p>I have been searching for this long time and finally got it here. it really works.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masturah</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-8/#comment-895621</link>
		<dc:creator>Masturah</dc:creator>
		<pubDate>Thu, 26 May 2011 06:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-895621</guid>
		<description>Thanks for the tips. 
Works like a charm =)
I use the code below

#navbar-iframe {
   display: none !important;
}</description>
		<content:encoded><![CDATA[<p>Thanks for the tips.<br />
Works like a charm =)<br />
I use the code below</p>
<p>#navbar-iframe {<br />
   display: none !important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: REON</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-8/#comment-892309</link>
		<dc:creator>REON</dc:creator>
		<pubDate>Tue, 22 Mar 2011 20:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-892309</guid>
		<description>this topic is very helpful</description>
		<content:encoded><![CDATA[<p>this topic is very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-7/#comment-885218</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Fri, 18 Feb 2011 21:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-885218</guid>
		<description>Here&#039;s some CSS to remove all the blogger-ish links on the left, leaving only the ones on the right which are useful to you as the blog author:

#b-navbar #b-navbar-logo, #b-query-box, #b-follow-this, #b-share-this, #b-flag-this {display: none;}

And here&#039;s some code for making the bar background and border disappear, so it&#039;s just those links:

#b-navbar #b-navbar-bg {display: none;}

Now if anyone has any ideas on restyling that navbar with CSS, just to remove the bottom border, that&#039;d be great. Here&#039;s what I&#039;ve been trying:

div#navbar div#b-navbar {
border-bottom: 0px none #FFF;
}

I can&#039;t seem to get the selector to take at all... I tried using all sorts of variations like #b-navbar...

Looks like the options for modifying the Navbar have disappeared completely, can&#039;t find any up-to-date explanation in Google&#039;s own help files.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s some CSS to remove all the blogger-ish links on the left, leaving only the ones on the right which are useful to you as the blog author:</p>
<p>#b-navbar #b-navbar-logo, #b-query-box, #b-follow-this, #b-share-this, #b-flag-this {display: none;}</p>
<p>And here&#8217;s some code for making the bar background and border disappear, so it&#8217;s just those links:</p>
<p>#b-navbar #b-navbar-bg {display: none;}</p>
<p>Now if anyone has any ideas on restyling that navbar with CSS, just to remove the bottom border, that&#8217;d be great. Here&#8217;s what I&#8217;ve been trying:</p>
<p>div#navbar div#b-navbar {<br />
border-bottom: 0px none #FFF;<br />
}</p>
<p>I can&#8217;t seem to get the selector to take at all&#8230; I tried using all sorts of variations like #b-navbar&#8230;</p>
<p>Looks like the options for modifying the Navbar have disappeared completely, can&#8217;t find any up-to-date explanation in Google&#8217;s own help files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunah suka sakura</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-7/#comment-870179</link>
		<dc:creator>sunah suka sakura</dc:creator>
		<pubDate>Sun, 23 Jan 2011 06:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-870179</guid>
		<description>thanks~ it&#039;s hidden already!

#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}</description>
		<content:encoded><![CDATA[<p>thanks~ it&#8217;s hidden already!</p>
<p>#navbar-iframe {<br />
height: 0px;<br />
visibility: hidden;<br />
display: none;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohit</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-7/#comment-788458</link>
		<dc:creator>mohit</dc:creator>
		<pubDate>Wed, 22 Sep 2010 08:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-788458</guid>
		<description>hiding NV is simple..

#navbar {
display:none
};</description>
		<content:encoded><![CDATA[<p>hiding NV is simple..</p>
<p>#navbar {<br />
display:none<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JK</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-7/#comment-788428</link>
		<dc:creator>JK</dc:creator>
		<pubDate>Wed, 22 Sep 2010 07:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-788428</guid>
		<description>Hello! Is there a way to change the background color on the navbar, to any color you&#039;d like?</description>
		<content:encoded><![CDATA[<p>Hello! Is there a way to change the background color on the navbar, to any color you&#8217;d like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-7/#comment-777062</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 15 Aug 2010 08:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-777062</guid>
		<description>all gone

thanks</description>
		<content:encoded><![CDATA[<p>all gone</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cool</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-6/#comment-769655</link>
		<dc:creator>cool</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-769655</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cool</title>
		<link>http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/comment-page-6/#comment-769654</link>
		<dc:creator>cool</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/#comment-769654</guid>
		<description>pspgamesmediafire.blogspot.com it works</description>
		<content:encoded><![CDATA[<p>pspgamesmediafire.blogspot.com it works</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.quickonlinetips.com/archives/2006/02/how-to-hide-remove-blogger-navbar/feed/ ) in 0.49503 seconds, on Feb 10th, 2012 at 4:04 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 2:04 am UTC -->
