<?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 Remove Image Shadows in Blogger</title>
	<atom:link href="http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/</link>
	<description>Design + Circus</description>
	<lastBuildDate>Sat, 25 May 2013 18:29:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Melinda</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-3/#comment-423523</link>
		<dc:creator>Melinda</dc:creator>
		<pubDate>Mon, 20 May 2013 02:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-423523</guid>
		<description><![CDATA[So I noticed for some reason the CSS did not work for me and the HTML did, but caused some other formatting issues in my blog. (Margins and header centering that I had added in CSS disappeared for some reason when I deleted the lines you listed above in Edit HTML). If anyone else has an issue with deleting the HTML code or adding the CSS, I have another recommendation. Instead of deleting the lines you recommended, I kept them but changed every number to 0 (in the Edit HTML).
In other words the code you mentioned:
border: 1px solid $(image.border.color);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}
Changes to:
border: 0px solid $(image.border.color);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
Hope that helps anyone else that may have had issues with deleting the HTML code. I think it was problematic for me since I had already made other adjustments to the template.]]></description>
		<content:encoded><![CDATA[<p>So I noticed for some reason the CSS did not work for me and the HTML did, but caused some other formatting issues in my blog. (Margins and header centering that I had added in CSS disappeared for some reason when I deleted the lines you listed above in Edit HTML). If anyone else has an issue with deleting the HTML code or adding the CSS, I have another recommendation. Instead of deleting the lines you recommended, I kept them but changed every number to 0 (in the Edit HTML). </p>
<p>In other words the code you mentioned:</p>
<p>border: 1px solid $(image.border.color);</p>
<p>  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);<br />
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);<br />
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);<br />
}</p>
<p>Changes to:</p>
<p>border: 0px solid $(image.border.color);</p>
<p>  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);<br />
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);<br />
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);<br />
}</p>
<p>Hope that helps anyone else that may have had issues with deleting the HTML code. I think it was problematic for me since I had already made other adjustments to the template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melinda</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-3/#comment-423237</link>
		<dc:creator>Melinda</dc:creator>
		<pubDate>Sun, 19 May 2013 13:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-423237</guid>
		<description><![CDATA[So I&#039;ve been changing things up on my blog lately. I removed the image shadows and lines, but now I feel like I need something to separate the post footer from the next post. Any tips on adding a simple gray horizontal line between posts? I&#039;d also like to add a vertical one between the posts and the right side column. I&#039;m using Simple template.T
Thank you!]]></description>
		<content:encoded><![CDATA[<p>So I&#8217;ve been changing things up on my blog lately. I removed the image shadows and lines, but now I feel like I need something to separate the post footer from the next post. Any tips on adding a simple gray horizontal line between posts? I&#8217;d also like to add a vertical one between the posts and the right side column. I&#8217;m using Simple template.T</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Gregory</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-3/#comment-418457</link>
		<dc:creator>Kelly Gregory</dc:creator>
		<pubDate>Sun, 12 May 2013 12:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-418457</guid>
		<description><![CDATA[Hi, I love your blog! With regard to the above post, is it possible to remove the shadows in a wordpress.com blog?]]></description>
		<content:encoded><![CDATA[<p>Hi, I love your blog! With regard to the above post, is it possible to remove the shadows in a wordpress.com blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-415189</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 07 May 2013 03:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-415189</guid>
		<description><![CDATA[Sorry! I do my best to provide tutorials that will work for most people, but there&#039;s no possible way to check that it&#039;s compatible with every template.]]></description>
		<content:encoded><![CDATA[<p>Sorry! I do my best to provide tutorials that will work for most people, but there&#8217;s no possible way to check that it&#8217;s compatible with every template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anu</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-415174</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Tue, 07 May 2013 02:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-415174</guid>
		<description><![CDATA[Major headache. I tried both methods and no bueno.]]></description>
		<content:encoded><![CDATA[<p>Major headache. I tried both methods and no bueno.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-412556</link>
		<dc:creator>a</dc:creator>
		<pubDate>Tue, 30 Apr 2013 23:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-412556</guid>
		<description><![CDATA[It didn&#039;t work. I tried css and  html and deleted the whole padding thing and still horrible shadows. I think it has to do with dynamic views?]]></description>
		<content:encoded><![CDATA[<p>It didn&#8217;t work. I tried css and  html and deleted the whole padding thing and still horrible shadows. I think it has to do with dynamic views?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melinda</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-412372</link>
		<dc:creator>Melinda</dc:creator>
		<pubDate>Tue, 30 Apr 2013 16:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-412372</guid>
		<description><![CDATA[Thanks, I needed this! The CSS didn&#039;t work for me, but the HTML edit did. You have such great tips, and very easy to follow for those of us who are lacking in coding experience. Thank you so much!]]></description>
		<content:encoded><![CDATA[<p>Thanks, I needed this! The CSS didn&#8217;t work for me, but the HTML edit did. You have such great tips, and very easy to follow for those of us who are lacking in coding experience. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-374555</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 05 Feb 2013 16:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-374555</guid>
		<description><![CDATA[There may be shadows elsewhere in your css - scan through and then take them out one at a time until you find the right one.]]></description>
		<content:encoded><![CDATA[<p>There may be shadows elsewhere in your css &#8211; scan through and then take them out one at a time until you find the right one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-374268</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Tue, 05 Feb 2013 03:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-374268</guid>
		<description><![CDATA[I&#039;m still getting shadows on my main posts feed and on my sidebar - I tried both ways. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m still getting shadows on my main posts feed and on my sidebar &#8211; I tried both ways. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janelle @ Two Cups of Happy</title>
		<link>http://sillygrrl.com/2011/07/30/how-to-remove-image-shadows-in-blogger/comment-page-2/#comment-370309</link>
		<dc:creator>Janelle @ Two Cups of Happy</dc:creator>
		<pubDate>Mon, 28 Jan 2013 16:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://sillygrrl.com/?p=6548#comment-370309</guid>
		<description><![CDATA[Thanks so much for sharing this. One quick deletion and it&#039;s all fixed! This is so helpful.]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for sharing this. One quick deletion and it&#8217;s all fixed! This is so helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
