<?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>Hover over image to make it show an icon + color &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 19 Oct 2025 22:38:44 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173224</guid>
					<title><![CDATA[Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173224</link>
					<pubDate>Tue, 30 Dec 2014 08:07:24 +0000</pubDate>
					<dc:creator>randomnameee</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>I&#8217;ve tried playing around with the code, however X has different set of codes which makes it difficult for me to make something similar to your theme here: <a href="http://theme.co/x/demo/integrity/3/" rel="nofollow">http://theme.co/x/demo/integrity/3/</a></p>
<p>I want my image to react the same to your buttons on Pike Place Palace, Roman Forum, Etc. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173226</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173226</link>
					<pubDate>Tue, 30 Dec 2014 08:09:10 +0000</pubDate>
					<dc:creator>randomnameee</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173315</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173315</link>
					<pubDate>Tue, 30 Dec 2014 10:51:39 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for writing in!</p>
<p>To achieve that, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>.page-id-43 .x-promo-image-wrap {
    background-color: #ffba00;
}

.page-id-43 .x-promo-image-wrap:hover img {
    opacity:0;
}

.page-id-43 .x-promo-image-wrap:before {
content: &quot;\f067&quot;;
line-height: 62px;
display: block;
position: absolute;
margin: -30px 0 0 -30px;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
font-size: 32px;
font-size: 3.2rem;
text-align: center;
text-shadow: none;
vertical-align: middle;
color: #fff;
background-color:##ffba00;
border-radius: 100em;
z-index: 0;
font-family: &quot;fontawesome&quot; !important;
font-style: normal !important;
font-weight: normal !important;
speak: none;
-webkit-font-smoothing: antialiased;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173678</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173678</link>
					<pubDate>Tue, 30 Dec 2014 20:29:27 +0000</pubDate>
					<dc:creator>randomnameee</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173714</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173714</link>
					<pubDate>Tue, 30 Dec 2014 21:30:47 +0000</pubDate>
					<dc:creator>randomnameee</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173973</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-173973</link>
					<pubDate>Wed, 31 Dec 2014 07:41:59 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Instead of the page&#8217;s ID class, you can add your own class to the promo like [promo class=&#8221;my-class&#8221;] and use the CSS</p>
<pre><code>.my-class .x-promo-image-wrap {
background-color: #d8745d;
}</code></pre>
<p>Change <code>my-class</code> with your own class.</p>
<p>Regarding the buttons, please see <a href="http://theme.co/x/demo/integrity/1/shortcodes/buttons/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/buttons/</a>. For the hover, you can again add a class to the button and use the sample CSS</p>
<pre><code>a.x-btn.my-class:hover {
    background-color: orange;
    box-shadow: 0 0.25em 0 0 darkorange, 0 4px 9px darkorange !important;
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174033</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174033</link>
					<pubDate>Wed, 31 Dec 2014 10:39:05 +0000</pubDate>
					<dc:creator>randomnameee</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I still dont understand how I can make the image from the columns become a clickable button when I hover over it. </p>
<p>So it would be the image, than your mouse hovers over it, the color changes and you see the a small icon in the middle (assuming that is the button).</p>
<p>How would I go about doing that? </p>
<p>Or I may have misunderstood what you said. </p>
<p>Sorry for the confusion.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174175</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174175</link>
					<pubDate>Wed, 31 Dec 2014 16:31:10 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Add a class name like <code>my-class</code> to your content band and use  image sghortcode :<a href="http://theme.co/x/demo/integrity/1/shortcodes/images/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/images/</a>.<br />
Like this :<br />
<code>[image type=&quot;thumbnail&quot; src=&quot;/media/x-img-demo-2.jpg&quot; link=&quot;true&quot; href=&quot;#example&quot; info=&quot;popover&quot; info_place=&quot;top&quot; info_trigger=&quot;hover&quot; info_content=&quot;Add in a little extra information here to describe the story behind your photographs!&quot; title=&quot;Extra Information&quot; alt=&quot;Example&quot;]</code></p>
<p>Instead of <code>#example</code> put the URL.</p>
<p>Then you can add the following CSS code under <strong>Customize -&gt; Custom -&gt; CSS</strong></p>
<pre><code>.my-class a.x-img:hover img {
opacity: 0;
}
.my-class a.x-img:hover {
background-color: red;
}

.my-class a.x-img{
transition: background-color 0.3s ease,box-shadow 0.3s ease;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174308</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174308</link>
					<pubDate>Wed, 31 Dec 2014 22:45:46 +0000</pubDate>
					<dc:creator>randomnameee</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174421</guid>
					<title><![CDATA[Reply To: Hover over image to make it show an icon + color]]></title>
					<link>https://theme.co/archive/forums/topic/hover-over-image-to-make-it-show-an-icon-color/#post-174421</link>
					<pubDate>Thu, 01 Jan 2015 05:49:59 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn&#8217;t mind providing us with a little more clarification on what it is you&#8217;re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we&#8217;ll be happy to provide you with a response once we have a better understanding of the situation.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

