<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: White box around images and pictures</title>
		<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures</link>
		<description>THE MOLITOR FORUMS &#187; Topic: White box around images and pictures</description>
		<language>en-US</language>
		<pubDate>Sun, 03 May 2026 10:03:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/white-box-around-images-and-pictures" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-29734</link>
			<pubDate>Mon, 16 Jun 2014 09:27:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29734@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Meer on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-29729</link>
			<pubDate>Sun, 15 Jun 2014 12:38:18 +0000</pubDate>
			<dc:creator>Meer</dc:creator>
			<guid isPermaLink="false">29729@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris,</p>
<p>Actually I couldn't explain above, have been doing the same. When it wasn’t working, I was adding the class with img.</p>
<p>All is working well now.</p>
<p>Cheers,<br />
Meer
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-29723</link>
			<pubDate>Sat, 14 Jun 2014 13:11:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29723@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you want to target specific images, you'll want to add a class name to the img tag like this...</p>
<pre><code>&#60;img class=&#34;noBackground&#34; src=&#34;URL-TO-IMAGE-ETC&#34; /&#62;</code></pre>
<p>Then you can target the class name like this...</p>
<pre><code>img.noBackground {
    background: none;
    border-radius: 0px;
}</code></pre>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Meer on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-29719</link>
			<pubDate>Fri, 13 Jun 2014 12:50:00 +0000</pubDate>
			<dc:creator>Meer</dc:creator>
			<guid isPermaLink="false">29719@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>This works except I had to add box-shadow:none;</p>
<p>Now it actually (i) effects all images on the page, while I would like to apply on selected image only (image with transparent bg) on the page. (ii) I will need to repeat whole thing for every page?</p>
<p>I have also been doing some research and found a solution. I added a class in the custom CSS, then I changed the class of the individual image inserted from the media library.</p>
<p>img.transleft {<br />
    border:none;<br />
    background: none;<br />
    margin: 0 15px 15px 0;<br />
    float: left;<br />
   box-shadow:none;<br />
   border-radius: 0px;<br />
}</p>
<p>It worked, but after changing with your code, now am applying it again, it is not working which is very strange. Perhaps I am tired and making some mistake. </p>
<p>Would you suggest any modification in the img.transleft or any similar thing for individual image?</p>
<p>Please take your time as I`ll be leaving in 30 minutes.</p>
<p>Have  a great weekend<br />
Meer
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-29707</link>
			<pubDate>Fri, 13 Jun 2014 09:07:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29707@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can target specific pages like this...</p>
<pre><code>body.page-id-XXXX .entry img,
body.page-id-XXXX img.attachment-thumbnail {
    background: none;
    border-radius: 0px;
}</code></pre>
<p>Just replace XXXX with the name or id of the page.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Meer on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-29700</link>
			<pubDate>Thu, 12 Jun 2014 11:39:23 +0000</pubDate>
			<dc:creator>Meer</dc:creator>
			<guid isPermaLink="false">29700@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I have no problem with the styling of image(s) which is controlling its corners etc., rather I like it. However, I would like some pictures with transparent background. Right now they are coming up with white background and round corners. I would not mind inserting manually additional styling for those images in the html of individual page(s). Please advise.</p>
<p>By using the above in custom CSS, it removes border from every image, even from the blog page thumbnails.</p>
<p>Thanks,<br />
Meer
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24581</link>
			<pubDate>Wed, 13 Nov 2013 09:56:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24581@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You don't need to edit the style.css file. In fact, this is strongly discouraged. If you ever update the theme, you'll lose any edits made there. I've added a Custom CSS section to the customize panel for just these cases.</p>
<p>Please copy/paste the CSS I wrote above into your Custom CSS box on the customize page.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>robnan on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24574</link>
			<pubDate>Tue, 12 Nov 2013 15:16:16 +0000</pubDate>
			<dc:creator>robnan</dc:creator>
			<guid isPermaLink="false">24574@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry about posting to the wrong location. I thought I had picked the right one but anyway....I found this code in the style.css file via the Appearance Editor...</p>
<p>-------------------------------------------------<br />
a.thumbLink img {<br />
	border: 1px solid #bbb;<br />
	padding: 5px;<br />
	background: #fff;<br />
	-moz-border-radius: 3px;<br />
    -webkit-border-radius: 3px;<br />
    border-radius: 3px;<br />
--------------------------------------------------<br />
and I changed it to...<br />
-------------------------------------------------<br />
a.thumbLink img {<br />
    border: none;<br />
    padding:0px;<br />
}<br />
-----------------------------------------------------<br />
But it seems to of had no effect.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24568</link>
			<pubDate>Tue, 12 Nov 2013 14:42:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24568@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Throw this in the Custom CSS panel on the customize page...</p>
<pre><code>a.thumbLink img {
    border: none;
    padding:0px;
}</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24567</link>
			<pubDate>Tue, 12 Nov 2013 14:41:01 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24567@http://www.themolitor.com/forums/</guid>
			<description><p>[moving to WordPress Politico forum]
</p></description>
		</item>
		<item>
			<title>robnan on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24564</link>
			<pubDate>Tue, 12 Nov 2013 10:57:31 +0000</pubDate>
			<dc:creator>robnan</dc:creator>
			<guid isPermaLink="false">24564@http://www.themolitor.com/forums/</guid>
			<description><p>It's for the Wordpress theme.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24562</link>
			<pubDate>Tue, 12 Nov 2013 10:51:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24562@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Just to clarify, is this for the WordPress version or the the site template version of the theme?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>robnan on "White box around images and pictures"</title>
			<link>http://www.themolitor.com/forums/topic/white-box-around-images-and-pictures#post-24551</link>
			<pubDate>Tue, 12 Nov 2013 10:27:59 +0000</pubDate>
			<dc:creator>robnan</dc:creator>
			<guid isPermaLink="false">24551@http://www.themolitor.com/forums/</guid>
			<description><p>Is there a way to turn off the white box that borders all images or pictures displayed on any given page or post?  I have an image that has a transparent background but with the white box surrounding it the transparency is lost.  Thanks for any suggestions.
</p></description>
		</item>

	</channel>
</rss>
