<?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 add icons or images in footer &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 01:45:29 +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-add-icons-or-images-in-footer/#post-31903</guid>
					<title><![CDATA[How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-31903</link>
					<pubDate>Thu, 10 Apr 2014 05:10:22 +0000</pubDate>
					<dc:creator>Kazim E</dc:creator>

					<description>
						<![CDATA[
						<p>Hi I want to know how to add these icons to the footer please- here is the set link<br />
<a href="http://www.designkindle.com/2011/10/27/socialis/" rel="nofollow">http://www.designkindle.com/2011/10/27/socialis/</a></p>
<p>I want to also know if its possible to make each icon mouse over to another image<br />
i.e black icon base&gt; mouse over = red icon</p>
<p>Please let me know &#8211; love X-theme</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-31915</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-31915</link>
					<pubDate>Thu, 10 Apr 2014 05:50:11 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kazim!</p>
<p>Thank you for using the support forum!</p>
<p>You can refer to this link on how to create a hover effect using css and html. The example is different but the idea is the same.</p>
<p><a href="http://www.webhostingsecretrevealed.net/blog/web-design/how-to-create-link-with-hover-image-in-plain-css/" rel="nofollow">http://www.webhostingsecretrevealed.net/blog/web-design/how-to-create-link-with-hover-image-in-plain-css/</a></p>
<p>You can use the Text widget on Appearance &gt; Widgets to create the html code then add it on Footer Widget Area. Add the css on Customizer &gt; Custom &gt; CSS. Basically, what you have to do is add the html code on the text widget. We will create a facebook icon for example:</p>
<pre><code>&lt;a href=&quot;LINK HERE&quot; class=&quot;x-footer-social-icons facebook&quot;&gt;Facebook&lt;/a&gt;
</code></pre>
<p>Then referring to the link, add something like this on Customizer &gt; Custom &gt; CSS to:</p>
<pre><code>.x-footer-social-icons.facebook {
 width: 32px;
 height 32px;
 display: block;
 text-indent: -9999px;
 background-image: url(images/facebook-icon.png);
 background-repeat: no-repeat;
 }</code></pre>
<p>Then the hover effect will look like this:</p>
<pre><code>.x-footer-social-icons.facebook:hover {
 background-image: url(images/facebook-icon-hover.png);
 }</code></pre>
<p>You need two images for one social icon. One for the initial display and the other one for the hover effect. You can use sprites but the example above is the simplest example. This needs polishing but it is a start. I hope that helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-31943</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-31943</link>
					<pubDate>Thu, 10 Apr 2014 08:39:17 +0000</pubDate>
					<dc:creator>Kazim E</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there thanks for that &#8211; but I still need to know how to put images in my footer using visual?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32052</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32052</link>
					<pubDate>Thu, 10 Apr 2014 15:07:24 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kazim,</p>
<p>The footer doesn&#8217;t have any editable content areas like a post or page. Visual Composer only works in content areas. So, I&#8217;m afraid this isn&#8217;t possible.</p>
<p>You can change the footer using the options in <strong>Customizer &gt; Footer</strong> &#8211; changes beyond that will take custom code.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32387</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32387</link>
					<pubDate>Fri, 11 Apr 2014 00:30:30 +0000</pubDate>
					<dc:creator>Kazim E</dc:creator>

					<description>
						<![CDATA[
						<p>oh no 🙁 could you give me the code to put the icons there please? I need to know where to enter it &#8211; im very new to CSS im still learning.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32391</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32391</link>
					<pubDate>Fri, 11 Apr 2014 00:38:52 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!</p>
<p>Please follow the instructions above then refer to the link that we gave you. If you don&#8217;t feel comfortable doing that, please look for a service on Microlancer or Tweaky to assist you with the changes. I&#8217;m sorry but custom coding like the one you&#8217;re asking is beyond the scope of support as stated in the support policy. The instructions on the tutorial is quite simple and I&#8217;m sure you can do it on your own.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32770</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32770</link>
					<pubDate>Sat, 12 Apr 2014 00:16:46 +0000</pubDate>
					<dc:creator>Kazim E</dc:creator>

					<description>
						<![CDATA[
						<p>Hi where do I put the CSS code- I see no footer CSS fields &#8211; can you pls point me in the right direction? Ty</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32784</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32784</link>
					<pubDate>Sat, 12 Apr 2014 00:52:31 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>You can add the css codes on Customizer &gt; Custom &gt; CSS. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32794</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32794</link>
					<pubDate>Sat, 12 Apr 2014 01:05:28 +0000</pubDate>
					<dc:creator>Kazim E</dc:creator>

					<description>
						<![CDATA[
						<p>Ah how silly of me &#8211; ty<br />
So to clarify in customizer CSS I type:</p>
<p><a href="LINK HERE" rel="nofollow">Facebook</a><br />
.x-footer-social-icons.facebook {<br />
 width: 32px;<br />
 height 32px;<br />
 display: block;<br />
 text-indent: -9999px;<br />
 background-image: url(images/facebook-icon.png);<br />
 background-repeat: no-repeat;<br />
 }<br />
.x-footer-social-icons.facebook:hover {<br />
 background-image: url(images/facebook-icon-hover.png);<br />
 }</p>
<p>and the icons will be aligned on the bottom right of footer? Is it the same process for the top right corner of the header?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32922</guid>
					<title><![CDATA[Reply To: How to add icons or images in footer]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-icons-or-images-in-footer/#post-32922</link>
					<pubDate>Sat, 12 Apr 2014 19:02:43 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kazim,</p>
<p>Yes, that will be the code needed and same applies to social icons on header. And also assumes that you already have icons placement on footer, else it will work.  You could upload your icon at media library and copy its link to be us as background-image.</p>
<p>But if you&#8217;re unsure, you could give us your site and icon url and we will give you an exact code.</p>
<p>Thank You.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

