<?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: Changing Feat Text Shortcode Icon Color</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 13:13:39 +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/changing-feat-text-shortcode-icon-color/#post-25804</guid>
					<title><![CDATA[Changing Feat Text Shortcode Icon Color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/#post-25804</link>
					<pubDate>Sat, 19 Dec 2015 18:28:47 +0000</pubDate>
					<dc:creator>jiggyjargon</dc:creator>

					<description>
						<![CDATA[
						<p>Greetings,</p>
<p>I&#8217;m trying to change the icon colors on this page: <a href="http://hothouseyogi.com/special-confirmation" rel="nofollow">http://hothouseyogi.com/special-confirmation</a></p>
<p>Here&#8217;s an example of the shortcode as I have it:</p>
<pre><code>[feat_text title=&quot;Hilltop&quot; icon=&quot;location&quot; icon_solid=&quot;yes&quot; icon_color=&quot;orange&quot; href=&quot;https://www.google.com/maps/place/Hot+House+Yoga/@36.8487087,-76.0373994,18z/data=!3m1!4b1!4m2!3m1!1s0x89baea55ccc73751:0xc7fef7087ceb578c&quot; type=&quot;2&quot;]1952 Laskin Rd
Virginia Beach, VA 23454
(757) 428-0099[/feat_text]</code></pre>
<p>I&#8217;ve tried a number of variations for the icon_color setting, but the icons remain blue. Am I doing something wrong?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/#post-25813</guid>
					<title><![CDATA[Reply To: Changing Feat Text Shortcode Icon Color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/#post-25813</link>
					<pubDate>Sun, 20 Dec 2015 15:08:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Here&#8217;s what your documentation says:</p>
<p>This shortcode generates a big size icon with some featured text below it.</p>
<p><code>[feat_text title=&quot;Featured Title&quot; icon=&quot;eg. screen, cog, profile, flag, bulb etc.&quot; href=&quot;&quot; type=&quot;1&quot;]Featured Text[/feat_text]</code></p>
<p>Attributes:</p>
<p>title &#8211; Set a title for your Featured Text.<br />
icon &#8211; Pick an icon from the Icon Sets and pass it to this attribute (eg. &#8220;heart&#8221;).<br />
href &#8211; Pass a URL parameter to this attribute if you want it to link somehwere.<br />
type &#8211; Type of icon style, available styles: 1,2,3,4.</p>
<p>Basically this shortcode doesn&#8217;t have a param for the color, luckily you can change this with simple CSS!</p>
<p>Go to Text editor (not Visual) and add this (just giving you an example with green):</p>
<pre><code>&lt;style&gt;
.section_featured_texts.type2 .icon_holder .icon_bgr {
    background-color: green;
}
.section_featured_texts.type2:hover .icon_holder i {
    color: green;
}
&lt;/style&gt;</code></pre>
<p>You can further change the rest of the icons using the nth-child pseudo class CSS. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/#post-25826</guid>
					<title><![CDATA[Reply To: Changing Feat Text Shortcode Icon Color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-feat-text-shortcode-icon-color/#post-25826</link>
					<pubDate>Mon, 21 Dec 2015 16:21:57 +0000</pubDate>
					<dc:creator>jiggyjargon</dc:creator>

					<description>
						<![CDATA[
						<p>Cool. Got it working. Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

