<?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>BlueOwlCreative  &#187;  Topic: effect to increase size of image when hover</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 19:48:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34342</guid>
					<title><![CDATA[effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34342</link>
					<pubDate>Tue, 03 Dec 2019 18:02:51 +0000</pubDate>
					<dc:creator>ClaireBurgdorf</dc:creator>

					<description>
						<![CDATA[
						<p>We are looking to increase the size  of these icons when you hover over them to show they are links&#8230; <a href="http://www.routegenie.com" rel="nofollow">http://www.routegenie.com</a> is there a css effect or way we can customize that so the image size will get slightly larger or something like that?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34345</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34345</link>
					<pubDate>Wed, 04 Dec 2019 08:01:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Which icons are you referring to the ones in the tabs?<br />
If yes, you can do something like this:</p>
<pre><code>.resp-tabs-list .resp-tab-item:hover span.icon {
    font-size: 20px;
    transition: all .3s ease;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34348</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34348</link>
					<pubDate>Wed, 04 Dec 2019 15:32:28 +0000</pubDate>
					<dc:creator>ClaireBurgdorf</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m referring to the ones on our homepage, there are 9 of them (www.routegenie.com) I have them built as an image with a link attached and want some kind of way to Make it stand out when you hover over the image to know there is a link attached to the image.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34358</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34358</link>
					<pubDate>Thu, 05 Dec 2019 19:53:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>OK, you can do that with simple css. Add the &#8220;hover_link&#8221; class to your anchor tags around the img and then style them like so:</p>
<pre><code>a.hover_link img {
    transition: transform .2s ease;
}
a.hover_link:hover img {
    transform: scale(1.1);
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34369</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34369</link>
					<pubDate>Thu, 05 Dec 2019 20:49:56 +0000</pubDate>
					<dc:creator>ClaireBurgdorf</dc:creator>

					<description>
						<![CDATA[
						<p>do you have a page that describes what an actor tag is and where I place this css?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34378</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34378</link>
					<pubDate>Fri, 06 Dec 2019 14:02:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p><code>&lt;a href=&quot;#&quot;&gt;</code></p>
<p>this is an anchor tag. The custom CSS can be placed in your child theme or in your Theme Options -> Custom CSS.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34392</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34392</link>
					<pubDate>Mon, 09 Dec 2019 20:30:43 +0000</pubDate>
					<dc:creator>ClaireBurgdorf</dc:creator>

					<description>
						<![CDATA[
												]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34401</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34401</link>
					<pubDate>Tue, 10 Dec 2019 20:49:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You are most likely in need to use the <code>code</code> button to show code?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34414</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34414</link>
					<pubDate>Wed, 11 Dec 2019 18:04:05 +0000</pubDate>
					<dc:creator>ClaireBurgdorf</dc:creator>

					<description>
						<![CDATA[
						<p>`&lt;img class=&#8221;aligncenter wp-image-23910 size-thumbnail&#8221; src=&#8221;https://routegenie.com/wp-content/uploads/2019/11/Route-Genie-Circle-01-1-150&#215;150.png&#8221; alt=&#8221;" width=&#8221;150&#8243; height=&#8221;150&#8243; /&gt;</p>
<p>if this is the code for the image I&#8217;d love to zoom in when you hover over the image link. what would the custom code look like </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34418</guid>
					<title><![CDATA[Reply To: effect to increase size of image when hover]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/effect-to-increase-size-of-image-when-hover/#post-34418</link>
					<pubDate>Wed, 11 Dec 2019 21:42:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well that same code is wrapped in an <code>&lt;a href=&quot;&quot;&gt;</code> tag right? That&#8217;s called an anchor tag (a link).</p>
<p>So you add that class that I explained earlier to the link.</p>
<p><code>&lt;a href=&quot;&quot; class=&quot;hover_link&quot;&gt;&lt;img class=”aligncenter .......</code></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

