<?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>change image or add icon on hover image &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 04:27:15 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100543</guid>
					<title><![CDATA[change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100543</link>
					<pubDate>Mon, 08 Sep 2014 08:23:25 +0000</pubDate>
					<dc:creator>Catherine R</dc:creator>

					<description>
						<![CDATA[
						<p>hi X,<br />
I&#8217;m looking to add a play button (or arrow icon) when the mouse rolls over the image. </p>
<p>the opacity is fine, but I just want to make clear that when someone clicks on the image they will play the video.<br />
Hoping this is possible!</p>
<p>many thanks, catherine</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100544</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100544</link>
					<pubDate>Mon, 08 Sep 2014 08:23:42 +0000</pubDate>
					<dc:creator>Catherine R</dc:creator>

					<description>
						<![CDATA[
						<p>sorry, forgot to add the link: </p>
<p><a href="http://www.paul-mccreesh.com/video/" rel="nofollow">http://www.paul-mccreesh.com/video/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100553</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100553</link>
					<pubDate>Mon, 08 Sep 2014 08:41:53 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this under <strong>Customize -&gt; Custom -&gt; CSS</strong></p>
<pre><code>.x-img-none:hover:before {
  color: red;
  content: &quot;\f04b&quot;;
  display: inline-block;
  font-family: fontawesome;
  font-size: 43px;
  position: absolute;
  right: 46%;
  top: 31%;
  transition: opacity 0.3s ease 0s;
  z-index: 200;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100575</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100575</link>
					<pubDate>Mon, 08 Sep 2014 09:18:10 +0000</pubDate>
					<dc:creator>Catherine R</dc:creator>

					<description>
						<![CDATA[
						<p>this is great, just one quick question: if I want to add an image where it says content: what do I use?<br />
I&#8217;ve uploaded the image, just can&#8217;t make it work with the code you supplied.<br />
many thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100580</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100580</link>
					<pubDate>Mon, 08 Sep 2014 09:29:39 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You need to use url() like</p>
<pre><code>content: url(http://icons.iconarchive.com/icons/blackvariant/button-ui-system-folders-drives/32/Burnable-icon.png);
};</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100917</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100917</link>
					<pubDate>Mon, 08 Sep 2014 19:31:57 +0000</pubDate>
					<dc:creator>Catherine R</dc:creator>

					<description>
						<![CDATA[
						<p>ok, I realize I am getting very picky now, but might it be possible to have the background fade and set the icon to no opacity?<br />
Or are the two too intertwined? </p>
<p>thank you for your answer to this very detailed question!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100933</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-100933</link>
					<pubDate>Mon, 08 Sep 2014 19:50:22 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Catherine,</p>
<p>The opacity is already disabled however you can set the opacity to 1 to have no-opacity effect, add this code via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.x-img-none:hover:before {
opacity: 1 !important;
}</code></pre>
<p>For the background you can set fade out effect only, which will hide the image with fading effect. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-101276</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-101276</link>
					<pubDate>Tue, 09 Sep 2014 08:42:55 +0000</pubDate>
					<dc:creator>Catherine R</dc:creator>

					<description>
						<![CDATA[
						<p>great, thanks so much! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-101279</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-101279</link>
					<pubDate>Tue, 09 Sep 2014 08:49:25 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Catherine.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-102989</guid>
					<title><![CDATA[Reply To: change image or add icon on hover image]]></title>
					<link>https://theme.co/archive/forums/topic/change-image-or-add-icon-on-hover-image/#post-102989</link>
					<pubDate>Thu, 11 Sep 2014 19:41:23 +0000</pubDate>
					<dc:creator>Catherine R</dc:creator>

					<description>
						<![CDATA[
						<p>One more question on this X, because I am not so sure it is possible: </p>
<p>when the screen is reduced, the play button shifts (obvious). How might it be possible to pair this with a code for mobile devices?<br />
many thanks! </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

