<?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: Can&#039;t change background color of &quot;body&quot; in Neat</title>
		<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat</link>
		<description>WordPress.com Forums &#187; Topic: Can&#039;t change background color of &quot;body&quot; in Neat</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 03:00:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/cant-change-background-color-of-body-in-neat" rel="self" type="application/rss+xml" />

		<item>
			<title>swedith on "Can&#039;t change background color of &quot;body&quot; in Neat"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat#post-35448</link>
			<pubDate>Wed, 22 Nov 2006 17:52:22 +0000</pubDate>
			<dc:creator>swedith</dc:creator>
			<guid isPermaLink="false">35448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, sunburntkamel, that did the trick.   Now, can we take it one step further?  What's I'd really like is to use a backgroun image ( I have the tile jpg). But I don't know how to write the path.  Thanks for the Firefox link.</p>
<p>What confuses me is that the style.css I downloaded for NEAT did not include a background-image (or at least I couldn't see it) and yet I knew it displayed as a gradient. Should I have used a different method for obtaining the original css for modifying?
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Can&#039;t change background color of &quot;body&quot; in Neat"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat#post-35374</link>
			<pubDate>Wed, 22 Nov 2006 02:28:29 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">35374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>heh, <strong>!important</strong> is totally a cheat.  it's probably not necessary for for <code>background-image</code>, but <code>background-color</code> didn't kick in until i threw the important.  </p>
<p>i use the firefox web developer extension to edit the CSS live.  it'll let you see what CSS sheets are loaded, and you can edit things and see what happens.<br />
<a href="http://addons.mozilla.org/firefox/60/" rel="nofollow">http://addons.mozilla.org/firefox/60/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Can&#039;t change background color of &quot;body&quot; in Neat"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat#post-35368</link>
			<pubDate>Wed, 22 Nov 2006 01:20:08 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">35368@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@kamel<br />
From the sidelines I think I see that the combined use of the background colour<br />
background-color: #454C67 !important;<br />
and eliminating the existing image<br />
background-image: none !important;<br />
is meant to override what's already in the theme. *lol* if you keep giving online css customization classes I may soon have enough <strong>!important</strong> info to try to brutalize my own theme. ;)<br />
P.S. I'm looking forward to reading the swedith stories. :)
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Can&#039;t change background color of &quot;body&quot; in Neat"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat#post-35364</link>
			<pubDate>Wed, 22 Nov 2006 00:50:43 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">35364@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>try this:<br />
<code>body {&lt;br /&gt;
font-size:70.5%;&lt;br /&gt;
font-family:&#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Verdana, Arial, Sans-Serif;&lt;br /&gt;
background-color: #454C67 !important;&lt;br /&gt;
color:#000;&lt;br /&gt;
text-align:left;&lt;br /&gt;
margin:0;&lt;br /&gt;
padding:0;&lt;br /&gt;
background-image: none !important;&lt;br /&gt;
}</code></p>
<p>neat! uses a background image, so changing the color will be overridden by the default style.
</p>
]]></description>
					</item>
		<item>
			<title>nosysnoop on "Can&#039;t change background color of &quot;body&quot; in Neat"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat#post-35210</link>
			<pubDate>Tue, 21 Nov 2006 03:52:55 +0000</pubDate>
			<dc:creator>nosysnoop</dc:creator>
			<guid isPermaLink="false">35210@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When I was at Blogger I use to change my blackground alot and add images and change the color.  But I just went there now and remembered that you take the html code and place it in between:</p>
<p><a href="http://img179.imageshack.us/img179/6160/bloggerdl0.png" rel="nofollow">http://img179.imageshack.us/img179/6160/bloggerdl0.png</a></p>
<p>But when I clicked Preview, it didn't fit the entire blog the way it should.  So you have to figure out the height and width problems.  But the code goes there.
</p>
]]></description>
					</item>
		<item>
			<title>swedith on "Can&#039;t change background color of &quot;body&quot; in Neat"</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-background-color-of-body-in-neat#post-35189</link>
			<pubDate>Tue, 21 Nov 2006 00:40:47 +0000</pubDate>
			<dc:creator>swedith</dc:creator>
			<guid isPermaLink="false">35189@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am just a beginner at blogging (with some css experientce).  My blog (not public yet) is a tweaking of the NEAT theme. I purchased the css editor and have managed to make some customizing.  But the Body backgroun-color stubbornly stays the same no matter what I do with it.</p>
<p>Looking at the theme, it appears that the body background is really an image (blue gradient) and not really a background-color.  But there is no such style as background-image, only background-color.  What I really want to do is add a background image (a speckled rust graphic) to match my web site (www.swedithintina.com)  but I can't figure out what path to put in to link to an image for the background-image.</p>
<p>Right now I have changed the css to  background-color: #C74A24 (the original is background-color: #454C67) but the end result remains blue.  How can I correct this?</p>
<p>Thanks.<br />
<a href="http://www.swedith.wordpress.com" rel="nofollow">http://www.swedith.wordpress.com</a></p>
<p>Here's the css I'm using;</p>
<p>body {<br />
font-size:70.5%;<br />
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;<br />
background-color:#C74A24;<br />
color:#000;<br />
text-align:left;<br />
margin:0;<br />
padding:0;<br />
}
</p>
]]></description>
					</item>

	</channel>
</rss>
