<?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>Color images displayed as grayscale until mouseover? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 01:52:09 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346521</guid>
					<title><![CDATA[Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346521</link>
					<pubDate>Fri, 31 Jul 2015 18:11:27 +0000</pubDate>
					<dc:creator>Matt G</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to have the social icons section display images as grayscale until you hover, then they would go full color.  Right now they are all grayscale and the default hover behavior is in effect.  I was just going to set the hover image to change in the image element details panel in Cornerstone, but I don&#8217;t see that it&#8217;s possible.  I think, based on another post, this may be possible via a class, but what worked for the other guy didn&#8217;t work at all for me&#8230;</p>
<p>Thanks again for all your help!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346672</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346672</link>
					<pubDate>Fri, 31 Jul 2015 21:40:14 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Matt,</p>
<p>Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346822</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346822</link>
					<pubDate>Sat, 01 Aug 2015 01:51:59 +0000</pubDate>
					<dc:creator>Matt G</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry!  Here&#8217;s a link.  It&#8217;s the section right under the slider.</p>
<p><a href="http://splash.fireonthemountain-burningboards.com/" rel="nofollow">http://splash.fireonthemountain-burningboards.com/</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346939</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-346939</link>
					<pubDate>Sat, 01 Aug 2015 05:59:19 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please replace current images with original images you want to display on hover effect, add a class name like <code>my-class</code> to images, next add the following code in <strong>Customize -&gt; Custom -&gt; CSS</strong> :</p>
<pre><code>.my-class{
-webkit-filter: grayscale(100%);
 filter: grayscale(100%);
}
.my-class:hover{
-webkit-filter: grayscale(0);
 filter: grayscale(0);
}</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347145</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347145</link>
					<pubDate>Sat, 01 Aug 2015 13:01:32 +0000</pubDate>
					<dc:creator>Matt G</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the reply!  That kind of worked.  It&#8217;s defaulting to grayscale before the hover and changing to color when you hover, but something is causing the hover to wash out.  I think it&#8217;s the default control for images with links because the other three in that row have the same default behavior.  I&#8217;m thinking we need to disable that default &#8220;dim&#8221;, if  you will, that happens on images with links behind them.</p>
<p>As always, thanks for all your help!!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347146</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347146</link>
					<pubDate>Sat, 01 Aug 2015 13:03:22 +0000</pubDate>
					<dc:creator>Matt G</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347161</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347161</link>
					<pubDate>Sat, 01 Aug 2015 13:30:02 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I can&#8217;t replicate the issue on my end, it works fine :</p>
<p><a href="http://www.freeimagehosting.net/commercial-photography/texas/houston/" rel="nofollow"><img decoding="async" src="http://i.imgur.com/NHzfjAI.png" alt="Houston commercial photography" /></a></p>
<p>Please update your code to the following to make the code works in IE too :</p>
<pre><code>.my-class{
    filter: url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns=\&#039;http://www.w3.org/2000/svg\&#039;&gt;&lt;filter id=\&#039;grayscale\&#039;&gt;&lt;feColorMatrix type=\&#039;matrix\&#039; values=\&#039;0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\&#039;/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale&quot;); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.my-class:hover{
{
    filter: url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns=\&#039;http://www.w3.org/2000/svg\&#039;&gt;&lt;filter id=\&#039;grayscale\&#039;&gt;&lt;feColorMatrix type=\&#039;matrix\&#039; values=\&#039;1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\&#039;/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale&quot;);
    -webkit-filter: grayscale(0%);
}</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347167</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347167</link>
					<pubDate>Sat, 01 Aug 2015 13:38:52 +0000</pubDate>
					<dc:creator>Matt G</dc:creator>

					<description>
						<![CDATA[
						<p>It would probably help if you knew what the full color image looked like!  🙂</p>
<p><a href="http://s30.postimg.org/65z9t11pp/shoponline.png" rel="nofollow">http://s30.postimg.org/65z9t11pp/shoponline.png</a></p>
<p>The hover image does remove the grayscaling, but I think the default hover behavior where it dims the image is still happening.</p>
<p>Thank!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347317</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347317</link>
					<pubDate>Sat, 01 Aug 2015 21:32:59 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Change your css to this,</p>
<pre><code>.img-change-on-hover:not(:hover){
    filter: url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns=&#039;http://www.w3.org/2000/svg&#039;&gt;&lt;filter id=&#039;grayscale&#039;&gt;&lt;feColorMatrix type=&#039;matrix&#039; values=&#039;0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0&#039;/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale&quot;); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.img-change-on-hover:hover{
{
    filter: url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns=&#039;http://www.w3.org/2000/svg&#039;&gt;&lt;filter id=&#039;grayscale&#039;&gt;&lt;feColorMatrix type=&#039;matrix&#039; values=&#039;1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0&#039;/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale&quot;);
    -webkit-filter: grayscale(0%);
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347364</guid>
					<title><![CDATA[Reply To: Color images displayed as grayscale until mouseover?]]></title>
					<link>https://theme.co/archive/forums/topic/color-images-displayed-as-grayscale-until-mouseover/#post-347364</link>
					<pubDate>Sun, 02 Aug 2015 00:23:08 +0000</pubDate>
					<dc:creator>Matt G</dc:creator>

					<description>
						<![CDATA[
						<p>It stopped working in IE.  🙁  AND, the behavior is still wrong.  When I look at the site in either Chrome of Firefox, you can see it change to the colored icon for a split second, then you see that icon get washed out.  It&#8217;s whatever the default behavior is on an image with a link when you hover&#8230;just like the other three in that row.</p>
<p>Thoughts?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

