<?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: Change icons colors on Savia</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 12:17:27 +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/change-icons-colors-on-savia/#post-20320</guid>
					<title><![CDATA[Change icons colors on Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/#post-20320</link>
					<pubDate>Fri, 06 Jun 2014 10:24:56 +0000</pubDate>
					<dc:creator>rodrigompaz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I would like to change the icon color to a particular one (#007FB5). Where can I change it? Thank you&#8230; </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/#post-20328</guid>
					<title><![CDATA[Reply To: Change icons colors on Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/#post-20328</link>
					<pubDate>Fri, 06 Jun 2014 12:51:10 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Passing &#8220;main_color&#8221; to the color attribute will make your icon inherit the Theme Main color:</p>
<p><code>[icon icon=&quot;heart&quot; color=&quot;main_color&quot; size=&quot;small&quot; icon_solid=&quot;yes&quot;][/icon]</code></p>
<p>If you further want a brand new color different than you main theme color, you can create a class for it, then pass that class to the color attribute. Here&#8217;s an example:<br />
Say you want purple, add these to your stylesheet.css (or Custom CSS in Theme Options):</p>
<pre><code>.shortcode_icon_solid.shortcode_icon.purple {
	background: purple;
}
.shortcode_icon_simple.shortcode_icon.purple i{
	color: purple;
}</code></pre>
<p>Then go ahead and create your icon:</p>
<p><code>[icon icon=&quot;heart&quot; color=&quot;purple&quot; size=&quot;small&quot; icon_solid=&quot;yes&quot;][/icon]</code></p>
<p>Greetings!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

