<?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: Remove Border in images</title>
		<link>http://en.forums.wordpress.com/topic/remove-border-in-images</link>
		<description>WordPress.com Forums &#187; Topic: Remove Border in images</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 18:42:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/remove-border-in-images" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Remove Border in images"</title>
			<link>http://en.forums.wordpress.com/topic/remove-border-in-images#post-856061</link>
			<pubDate>Mon, 02 Apr 2012 20:46:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">856061@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the background color and borders from around images in your sidebar and to remove all spacing except a 5px padding, try this:</p>
<pre><code>img.fl {
background: none;
border: none;
margin: 0;
padding: 5px;
}</code></pre>
<p>Adjust the 5px padding number until you like the way it looks. You can set it to 0 if you'd like.
</p>
]]></description>
					</item>
		<item>
			<title>ishitaunblogged on "Remove Border in images"</title>
			<link>http://en.forums.wordpress.com/topic/remove-border-in-images#post-854576</link>
			<pubDate>Sat, 31 Mar 2012 14:55:13 +0000</pubDate>
			<dc:creator>ishitaunblogged</dc:creator>
			<guid isPermaLink="false">854576@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>These helped very very much - Thank you so much. </p>
<p>Can I do the same in the side bar as well? Specially - I have 3 image icons - FB, TWITTER, MAIL ME - they are coming as three images in borders. Plus there is gap in between them. Ideally I would like all of these to appear without borders and without spaces.</p>
<p>Warmest Regards<br />
Ishita
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Border in images"</title>
			<link>http://en.forums.wordpress.com/topic/remove-border-in-images#post-854495</link>
			<pubDate>Sat, 31 Mar 2012 11:05:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">854495@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cheers :)
</p>
]]></description>
					</item>
		<item>
			<title>ishitaunblogged on "Remove Border in images"</title>
			<link>http://en.forums.wordpress.com/topic/remove-border-in-images#post-854412</link>
			<pubDate>Sat, 31 Mar 2012 06:56:33 +0000</pubDate>
			<dc:creator>ishitaunblogged</dc:creator>
			<guid isPermaLink="false">854412@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so very much. Will try to do the changes and let you know how it is going. Really appreciate this a lot. Warmest regards<br />
Ishita
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Border in images"</title>
			<link>http://en.forums.wordpress.com/topic/remove-border-in-images#post-853647</link>
			<pubDate>Fri, 30 Mar 2012 15:02:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">853647@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the grey border from featured images on the home page of the Inuit Types theme, try this:</p>
<pre><code>.attachment-it-thumbnail {
background: none;
border: none;
}</code></pre>
<p>To remove the grey border from images in posts too, use this instead:</p>
<pre><code>.attachment-it-thumbnail, .entry img {
background: none;
border: none;
}</code></pre>
<p>^^ It's the same rule as above except it adds ".entry img".</p>
<p>There is also a grey background added when you are using a caption for an image. You can see examples at <a href="http://ishitaunblogged.com/2011/10/31/smuggled-into-godfather%E2%80%99s-sicily/" rel="nofollow">http://ishitaunblogged.com/2011/10/31/smuggled-into-godfather%E2%80%99s-sicily/</a></p>
<p>If you would also like to remove the grey background color from those captions, add this:</p>
<pre><code>.wp-caption {
background: none;
}</code></pre>
<p>If you find any other images that still have borders after you add the rules above, please provide a link and point out which image for us.
</p>
]]></description>
					</item>
		<item>
			<title>ishitaunblogged on "Remove Border in images"</title>
			<link>http://en.forums.wordpress.com/topic/remove-border-in-images#post-853278</link>
			<pubDate>Thu, 29 Mar 2012 22:59:11 +0000</pubDate>
			<dc:creator>ishitaunblogged</dc:creator>
			<guid isPermaLink="false">853278@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I would like to remove the grey border around the images in my widget area or in the posts. Currently I am using the Inuit theme.</p>
<p>Thanks in advance.<br />
Regards
</p>
]]></description>
					</item>

	</channel>
</rss>
