<?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: customizing CSS</title>
		<link>http://en.forums.wordpress.com/topic/customizing-css</link>
		<description>WordPress.com Forums &#187; Topic: customizing CSS</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 00:47:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/customizing-css" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-769209</link>
			<pubDate>Wed, 14 Dec 2011 00:48:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">769209@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome and thanks.
</p>
]]></description>
					</item>
		<item>
			<title>afrodisiacc on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-769202</link>
			<pubDate>Wed, 14 Dec 2011 00:39:58 +0000</pubDate>
			<dc:creator>afrodisiacc</dc:creator>
			<guid isPermaLink="false">769202@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>THANK YOUUUUUUUU @thesacredpath  it worked perfect ...you dear friend ....ROCK harder than a Hurricane
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-769197</link>
			<pubDate>Wed, 14 Dec 2011 00:34:27 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">769197@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will get rid of the entire menu bar on the home page only.</p>
<pre><code>.home #access {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>afrodisiacc on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-769192</link>
			<pubDate>Wed, 14 Dec 2011 00:27:56 +0000</pubDate>
			<dc:creator>afrodisiacc</dc:creator>
			<guid isPermaLink="false">769192@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having a hard time getting rid of the Home icon...I want to have a splash page that is a ENTER page ...but without that search and Home buttons....I got rid of the search button but still cant get rid of the Home button ...any help would be great ...<br />
Thanks
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-768446</link>
			<pubDate>Tue, 13 Dec 2011 03:56:58 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">768446@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>southernskybooks on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-768445</link>
			<pubDate>Tue, 13 Dec 2011 03:55:12 +0000</pubDate>
			<dc:creator>southernskybooks</dc:creator>
			<guid isPermaLink="false">768445@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your help, appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767627</link>
			<pubDate>Mon, 12 Dec 2011 06:22:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">767627@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You should be able to go back in at anytime and add to what you have. Just make sure to have a blank line before you paste in the new stuff and you should be fine.
</p>
]]></description>
					</item>
		<item>
			<title>southernskybooks on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767625</link>
			<pubDate>Mon, 12 Dec 2011 06:18:58 +0000</pubDate>
			<dc:creator>southernskybooks</dc:creator>
			<guid isPermaLink="false">767625@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked, sooo doing the custom css's in separate sessions seems to be my problem in this case? pasting all css's I want in one hit works!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767623</link>
			<pubDate>Mon, 12 Dec 2011 06:11:47 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">767623@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Make sure when you add the additional code into the CSS edit window that you have a blank line in between them as follows.</p>
<pre><code>.post-date, .post-info {
display: none;
}

.post {
border: 2px solid;
margin: 0 0 40px;
padding: 15px;
text-align: justify;
}</code></pre>
<p>There aren't any collisions between the selectors, so it has got to be something in the way you are pasting it in I think.
</p>
]]></description>
					</item>
		<item>
			<title>southernskybooks on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767621</link>
			<pubDate>Mon, 12 Dec 2011 06:08:01 +0000</pubDate>
			<dc:creator>southernskybooks</dc:creator>
			<guid isPermaLink="false">767621@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your help, but I really don't think I'm getting it, one code still seems to be replacing the other and visa versa, I've forced refreshes and opened the site in other browsers with the same result.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767609</link>
			<pubDate>Mon, 12 Dec 2011 05:47:12 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">767609@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just added that to your custom CSS using Firebug on Firefox and it did not bring back the post metadata. I added it right after the metadata hide you did.</p>
<pre><code>.post {
border: 2px solid;
margin: 0 0 40px;
padding: 15px;
text-align: justify;
}</code></pre>
<p>Once in a while the preview function can wonk out, so if something doesn't show, force refresh the preview page.
</p>
]]></description>
					</item>
		<item>
			<title>southernskybooks on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767606</link>
			<pubDate>Mon, 12 Dec 2011 05:31:18 +0000</pubDate>
			<dc:creator>southernskybooks</dc:creator>
			<guid isPermaLink="false">767606@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>/*border for each post */<br />
.post{<br />
border:2px solid;<br />
margin:0 0 40px;<br />
padding:15px;<br />
text-align:justify;<br />
}</p>
<p>This also works fine, but I lose the previous change which was:</p>
<p>/* Hide post information bar */<br />
.post-date, .post-info{display:none;}</p>
<p>Cheers
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767603</link>
			<pubDate>Mon, 12 Dec 2011 05:26:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">767603@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That shouldn't happen. What is the CSS you are using to add the border to the post?
</p>
]]></description>
					</item>
		<item>
			<title>southernskybooks on "customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css#post-767599</link>
			<pubDate>Mon, 12 Dec 2011 05:21:46 +0000</pubDate>
			<dc:creator>southernskybooks</dc:creator>
			<guid isPermaLink="false">767599@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am new to changing CSS and have successfully removed "posted by" headings and saved the change BUT when I make another change eg add borders to each post I lose the first change and "posted by" headings return?
</p>
]]></description>
					</item>

	</channel>
</rss>
