<?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 Widget Icons &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-widget-icons/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-widget-icons/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 20:53:56 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-111244</guid>
					<title><![CDATA[Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-111244</link>
					<pubDate>Wed, 24 Sep 2014 08:27:04 +0000</pubDate>
					<dc:creator>atcoin1989</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>How do I change the icon for individual widgets? Say I have 2 text widgets in my sidebar and I want to change the icon for one from the default chevron-right icon to the &#8220;map-marker&#8221; icon, and the other to the &#8220;phone&#8221; icon. </p>
<p>I searched for the answer to this question but couldn&#8217;t find an adequate one.</p>
<p>Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-111263</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-111263</link>
					<pubDate>Wed, 24 Sep 2014 08:54:14 +0000</pubDate>
					<dc:creator>atcoin1989</dc:creator>

					<description>
						<![CDATA[
						<p>Update: I tried selecting the individual widgets using their div ids (so #text-9 and #text-10) but I wasn&#8217;t able to change the individual icons. Looks like the icon being used is from h4.h-widget so I can&#8217;t change one of them without changing the other. </p>
<p>Is there a way to get around this? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-111359</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-111359</link>
					<pubDate>Wed, 24 Sep 2014 11:56:54 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>We need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. </p>
<p>I can give you an example on how to change the icons but this is not accurate as we need to see your site first hand.<br />
eg.</p>
<pre><code>
.widget_text .h-widget:before {
    content: &quot;\f054&quot;;
}
</code></pre>
<p>Here is a list of icons with its content values.<br />
<a href="http://astronautweb.co/snippet/font-awesome/" rel="nofollow">http://astronautweb.co/snippet/font-awesome/</a></p>
<p>Hope that helps</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-111985</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-111985</link>
					<pubDate>Thu, 25 Sep 2014 04:50:52 +0000</pubDate>
					<dc:creator>atcoin1989</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-112021</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-112021</link>
					<pubDate>Thu, 25 Sep 2014 06:24:59 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for the html code.</p>
<p>Here is the code to change the icons in the order top to bottom.</p>
<pre><code>
#text-9 .x-icon.x-icon-map-marker{
     content: &quot;\f054&quot;;
}

#text-9 .x-icon.x-icon-envelope-o {
     content: &quot;\f054&quot;;
}

#text-10 .x-icon.x-icon-print {
     content: &quot;\f054&quot;;
}

#text-10 .x-icon.x-icon-phone {
     content: &quot;\f054&quot;;
}
</code></pre>
<p>Please change content to any icon you like.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-112213</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-112213</link>
					<pubDate>Thu, 25 Sep 2014 13:07:24 +0000</pubDate>
					<dc:creator>atcoin1989</dc:creator>

					<description>
						<![CDATA[
						<p>Hello again, </p>
<p>Unfortunately, that didn&#8217;t work. I may have to dabble with modifying the reference CSS for the particular widget. Not quite sure how to do that but if I figure it out I will post an update with a solution here for future reference. I&#8217;m abandoning the pursuit for now. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-112216</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-112216</link>
					<pubDate>Thu, 25 Sep 2014 13:12:16 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for letting us know and we look forward to hearing from you when you figure it out. Let us know if we can be of further help. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-286069</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-286069</link>
					<pubDate>Fri, 29 May 2015 18:26:23 +0000</pubDate>
					<dc:creator>Matt B</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve seen other themes add the ability to define an icon at the widget and menu levels &#8211; where you can choose to have the icon placed before or after the title or choose icon only. I&#8217;m not sure if there is a stand-alone plugin that does this without adding a bunch of bloat, so is this something that can be added in X?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-286641</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-286641</link>
					<pubDate>Sat, 30 May 2015 08:56:23 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Thanks for writing in! Regretfully this isn&#8217;t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. </p>
<p>Thanks for understanding. Take care!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-widget-icons/#post-805610</guid>
					<title><![CDATA[Reply To: Change Widget Icons]]></title>
					<link>https://theme.co/archive/forums/topic/change-widget-icons/#post-805610</link>
					<pubDate>Sun, 21 Feb 2016 19:11:20 +0000</pubDate>
					<dc:creator>emarioc</dc:creator>

					<description>
						<![CDATA[
						<p>Note: The Text Widget using in the case in my footer place a &gt; icon however none of the other widgets have an icon preceeding the title of the widget. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

