<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Oxygen theme: remove grey bar (breadcrumbs?)</title>
		<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs</link>
		<description>WordPress.com Forums &#187; Topic: Oxygen theme: remove grey bar (breadcrumbs?)</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 10:52:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/oxygen-theme-remove-grey-bar-breadcrumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>ricettecuore on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1161832</link>
			<pubDate>Sun, 24 Feb 2013 17:30:08 +0000</pubDate>
			<dc:creator>ricettecuore</dc:creator>
			<guid isPermaLink="false">1161832@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Great! My home page now is really nice! Thank you. I still have to change something, but you solved my main problem.</p>
<p>As i wanted to remove it from everywhere, i just wrote<br />
.cat-links {<br />
	display: none;<br />
}</p>
<p>I AM SO HAPPY NOW! ;-)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1161776</link>
			<pubDate>Sun, 24 Feb 2013 16:20:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161776@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>May i remove also the tags?</p></blockquote>
<p>It helps me if you mention specific words or examples. I think you mean you want to hide the word "Battiti" that currently appears at the top right of the featured posts on the Oxygen theme home page. Try this:</p>
<pre><code>.home .post .cat-links {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ricettecuore on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1160757</link>
			<pubDate>Sat, 23 Feb 2013 09:44:06 +0000</pubDate>
			<dc:creator>ricettecuore</dc:creator>
			<guid isPermaLink="false">1160757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you! May i remove also the tags?<br />
Now i don't have images any more, but i have the tags (usually written on the images) that do not allow you to proper read the text!
</p>
]]></description>
					</item>
		<item>
			<title>paulvantuyl on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1160471</link>
			<pubDate>Fri, 22 Feb 2013 22:54:54 +0000</pubDate>
			<dc:creator>paulvantuyl</dc:creator>
			<guid isPermaLink="false">1160471@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That gray box is a placeholder for the Featured Image. If you remove that, your theme won't show images if you do have one for a post. If you want to remove it, you can use this in your Custom CSS:</p>
<p><code>.featured-image {display: none;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>ricettecuore on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1160426</link>
			<pubDate>Fri, 22 Feb 2013 22:09:56 +0000</pubDate>
			<dc:creator>ricettecuore</dc:creator>
			<guid isPermaLink="false">1160426@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Anyway, i removed the "/"! It was a good idea!<br />
Any suggestion for removing the grey big horizontal bar?
</p>
]]></description>
					</item>
		<item>
			<title>ricettecuore on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1159905</link>
			<pubDate>Fri, 22 Feb 2013 14:13:12 +0000</pubDate>
			<dc:creator>ricettecuore</dc:creator>
			<guid isPermaLink="false">1159905@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, this is not what i want! I am using the oxygen theme and i bought css.<br />
It's seems to me that if i do not add photo to my post, i have a very big grey bar in my home page for that post.<br />
I do not want to have that bar. What can i do?</p>
<p>Thank you!<br />
Chiara
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1159028</link>
			<pubDate>Thu, 21 Feb 2013 17:59:15 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1159028@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you mean the "/" lines in the main menu? You do need a Custom Design upgrade if you would like to apply custom CSS. To remove those from the Oxygen theme, add this to the Appearance &#8594; Custom Design &#8594; CSS editor and click the preview button:</p>
<pre><code>.main-navigation li {
	background: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ricettecuore on "Oxygen theme: remove grey bar (breadcrumbs?)"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-remove-grey-bar-breadcrumbs#post-1154081</link>
			<pubDate>Sat, 16 Feb 2013 08:56:51 +0000</pubDate>
			<dc:creator>ricettecuore</dc:creator>
			<guid isPermaLink="false">1154081@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I am using the oxygen theme, and i have some grey bars. How can i remove them?  I do not want to add a photo for each post!<br />
Please note that i haven't bought yet css editor: i have only the possibility to write the post as visual, or as text.</p>
<p>Help!!!
</p>
]]></description>
					</item>

	</channel>
</rss>
