<?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 Change Icon Size, Color &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-change-icon-size-color/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 09:28:09 +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-change-icon-size-color/#post-68091</guid>
					<title><![CDATA[How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68091</link>
					<pubDate>Sun, 13 Jul 2014 22:56:28 +0000</pubDate>
					<dc:creator>Shane K</dc:creator>

					<description>
						<![CDATA[
						<p>I was looking around and did not see anything but is there a way in short code to change an icon&#8217;s color and size?  I tried a few things but it did not work.  This isn&#8217;t an icon list, it&#8217;s just a single icon on a text element.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68178</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68178</link>
					<pubDate>Mon, 14 Jul 2014 03:43:51 +0000</pubDate>
					<dc:creator>Josep Maria S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Shane, </p>
<p>icons are actually fonts, you can modify it with the same css rules as for fonts. To modify the size you can use &#8220;font-size&#8221;, to modify the color you can use &#8220;color&#8221;.</p>
<p>[icon style=&#8221;font-size:30px; color:blue;&#8221; type=&#8221;facebook-square&#8221;]</p>
<p>Hope it helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68211</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68211</link>
					<pubDate>Mon, 14 Jul 2014 05:48:18 +0000</pubDate>
					<dc:creator>Shane K</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much that actually helps a lot 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68272</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-68272</link>
					<pubDate>Mon, 14 Jul 2014 09:00:17 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for helping out Shane, Josep.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-71526</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-71526</link>
					<pubDate>Mon, 21 Jul 2014 15:49:12 +0000</pubDate>
					<dc:creator>Jessica H</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m having trouble changing the icon color on my site. This is the code I&#8217;m working with:</p>
<p>[custom_headline class=&#8221;responsive-heading&#8221; type=&#8221;left&#8221; level=&#8221;h4&#8243;][icon type=&#8221;question-circle&#8221; style=&#8221;font-color:#eabe20;&#8221;] Frequently Asked Questions</p>
<p>The icon is currently the same color as the heading text, though I was trying to give it its own color.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-71764</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-71764</link>
					<pubDate>Tue, 22 Jul 2014 02:33:53 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jessica, </p>
<p>Use the following: </p>
<p><code>[custom_headline class=&quot;responsive-heading&quot; type=&quot;left&quot; level=&quot;h4&quot;][icon type=&quot;question-circle&quot; style=&quot;color: #eabe20;&quot;]</code></p>
<p>Hope this helps, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-305840</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-305840</link>
					<pubDate>Thu, 18 Jun 2015 09:23:54 +0000</pubDate>
					<dc:creator>enrico.colacillo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys, sorry but this command doesn&#8217;t seem to work for me :/<br />
At this site: <a href="http://www.alchimiadellasalute.it/wordpress/domande-2/" rel="nofollow">http://www.alchimiadellasalute.it/wordpress/domande-2/</a></p>
<p>And also this other your command seem not to work properly..<br />
[icon type=&#8221;ellipsis-h&#8221; style=&#8221;font-size: 9px; color: orange; display:inline-block;vertical-align:middle;&#8221;]</p>
<p>I just added a text block and paste this code above into the text tab of Cornerstone.</p>
<p>What I do wrong? I am a beginner.. Thank you 😉</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-306045</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-306045</link>
					<pubDate>Thu, 18 Jun 2015 14:05:04 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in! Would you please clarify the issue a bit where you want to display this and what was the outcome? Also would you mind providing us your login credentials to have a closer look into the issue?</p>
<p>To do this, you can make a post with the following info:</p>
<p>– Link to your site <br />
– WordPress Admin username / password<br />
<strong><br />
Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.</strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-401288</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-401288</link>
					<pubDate>Thu, 24 Sep 2015 16:31:50 +0000</pubDate>
					<dc:creator>Cherylwoodman</dc:creator>

					<description>
						<![CDATA[
						<p>Hi &#8211; I am trying to adjust the size of the icons using the answer above, but when I use the style command, the icon changes to a cross. If I copy and paste the code above, I get the cross too.</p>
<p>Is this to do with the stack I am using? Ethos v1?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-401478</guid>
					<title><![CDATA[Reply To: How To Change Icon Size, Color]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-icon-size-color/#post-401478</link>
					<pubDate>Thu, 24 Sep 2015 19:31:04 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! To assist you with this, we&#8217;ll first 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. Once you have provided us with your URL, we will be happy to assist you.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

