<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>how to make css code not affect img &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 23 Nov 2025 19:30:38 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80234</guid>
					<title><![CDATA[how to make css code not affect img]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80234</link>
					<pubDate>Fri, 08 Aug 2014 00:40:39 +0000</pubDate>
					<dc:creator>M L</dc:creator>

					<description>
						<![CDATA[
						<p>i have an image on a page that is a png with transparent background.  however i have css code on the page that for other images on that page that it is picking up.  whats the code to tell the image to disregard other css?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80235</guid>
					<title><![CDATA[Reply To: how to make css code not affect img]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80235</link>
					<pubDate>Fri, 08 Aug 2014 00:42:27 +0000</pubDate>
					<dc:creator>M L</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80270</guid>
					<title><![CDATA[Reply To: how to make css code not affect img]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80270</link>
					<pubDate>Fri, 08 Aug 2014 01:48:19 +0000</pubDate>
					<dc:creator>Paula S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi ML, </p>
<p>Thanks for the information. </p>
<p>I tried logging into your page and see if I can inspect it further but the page was currently locked due to it being actively edited. </p>
<p>Regarding your issue, you can assign a different image ID for the flower and set the CSS codes based on the set image ID, as well as add the element CSS code within VC (you just need to scroll down and you should see that area where you can put these customization for CSS)</p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80287</guid>
					<title><![CDATA[Reply To: how to make css code not affect img]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80287</link>
					<pubDate>Fri, 08 Aug 2014 02:35:40 +0000</pubDate>
					<dc:creator>M L</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80331</guid>
					<title><![CDATA[Reply To: how to make css code not affect img]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-css-code-not-affect-img/#post-80331</link>
					<pubDate>Fri, 08 Aug 2014 04:02:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Just add this css at your customizer&#8217;s custom css.</p>
<pre><code>img.x-image-no-css {
border: 0px !important;
padding: 0 !important;
background-color: transparent !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}</code></pre>
<p>Then at your image shortcode, add this class name <strong>x-image-no-css</strong> at class attribute/input of your shortcode. And you can just re-use <strong>x-image-no-css</strong> to all other image shortcode without adding same css again.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

