<?xml version="1.0" encoding="utf-8"?>
	<rss version="2.0">
		<channel>
			<title>WordPress Themes Support by Sadish - Get rid of shadow background image for WP.com version?</title>
			<lastBuildDate>Fri, 10 Sep 2010 18:44:26 -0400</lastBuildDate>
			<link>http://wprocks.com/forums/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.4</generator>
			<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8061#Comment_8061</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8061#Comment_8061</guid>
		<pubDate>Sun, 08 Nov 2009 16:49:36 -0500</pubDate>
		<author>shinai</author>
		<description>
			<![CDATA[I'm working with changing the background color for the entries but there is a background image specified for .entry img and .entry a img.  Setting these to none in my CSS has no effect.<br /><br />My site:  <a href="http://relaxintoreality.wordpress.com" target="_blank" rel="nofollow">http://relaxintoreality.wordpress.com</a><br /><br />My CSS:<br />.entry img {<br />background:none!important;<br />}<br /><br />.entry a img {<br />background:none!important;<br />}<br /><br />Is there a way i can override these background images so they don't display?]]>
		</description>
	</item>
	<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8062#Comment_8062</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8062#Comment_8062</guid>
		<pubDate>Sun, 08 Nov 2009 16:55:57 -0500</pubDate>
		<author>Sadish</author>
		<description>
			<![CDATA[if you have bought the capability to override the css, then you can find the place where a background image is assigned and get rid of that code itself;]]>
		</description>
	</item>
	<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8063#Comment_8063</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8063#Comment_8063</guid>
		<pubDate>Sun, 08 Nov 2009 18:24:32 -0500</pubDate>
		<author>shinai</author>
		<description>
			<![CDATA[I've purchased the upgrade called "Custom CSS" which allows me to add custom CSS.  I don't see anything about being able to edit the original CSS.  Is there another way?]]>
		</description>
	</item>
	<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8065#Comment_8065</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8065#Comment_8065</guid>
		<pubDate>Mon, 09 Nov 2009 08:08:58 -0500</pubDate>
		<author>Sadish</author>
		<description>
			<![CDATA[try adding this to your style.css<br /><code><br />img {background:none;border:0;padding:0;}<br /></code>]]>
		</description>
	</item>
	<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8066#Comment_8066</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8066#Comment_8066</guid>
		<pubDate>Mon, 09 Nov 2009 11:06:26 -0500</pubDate>
		<author>shinai</author>
		<description>
			<![CDATA[Thank you so much for your response, Sadish.  That didn't work as intended.  The statements in your code that i'm trying to override are:<br /><br />.entry img <br />{<br />	background:url(img/shadow.gif) no-repeat right bottom;<br />	padding:4px 10px 10px 4px;	<br />	border:none;<br />	border-top:#eee 1px solid;<br />	border-left:#eee 1px solid;	<br />}<br />.entry a img {<br />	border:none;<br />	background:none;<br />	padding:none;<br />	background:url(img/shadow.gif) no-repeat right bottom;<br />	padding:4px 10px 10px 4px;	<br />	border-top:#eee 1px solid;<br />	border-left:#eee 1px solid;	<br />}<br /><br />Is there a way to send a null to the url parameter to negate the loading of the file "img/shadow.gif"?  I'm just trying to have that image not load.  I've even tried loading another image on top of it to negate it but that didn't seem to work either.]]>
		</description>
	</item>
	<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8067#Comment_8067</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8067#Comment_8067</guid>
		<pubDate>Mon, 09 Nov 2009 12:25:34 -0500</pubDate>
		<author>shinai</author>
		<description>
			<![CDATA[Actually, i'm not sure that background image is the one, although i think it is.  I want to get rid of that soft and fuzzy underline that sits just below the text "Posted in xxxxx | Tagged xxxxxxxxxx | Leave a Comment &gt;&gt;".  Am i looking at the code for the right image?]]>
		</description>
	</item>
	<item>
		<title>Get rid of shadow background image for WP.com version?</title>
		<link>http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8104#Comment_8104</link>
		<guid isPermaLink="false">http://wprocks.com/forums/comments.php?DiscussionID=1971&amp;Focus=8104#Comment_8104</guid>
		<pubDate>Wed, 02 Dec 2009 11:20:17 -0500</pubDate>
		<author>shinai</author>
		<description>
			<![CDATA[I figured out how to copy the entire stylesheet and edit it myself.  Thanks for pointing me in the right direction!  Yay.  Now i can keep using your template!]]>
		</description>
	</item>
	
		</channel>
	</rss>