<?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: Iconed Featured Texts (iconed_featured_text) main color inherit</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/feed/</link>
		<description></description>
		<pubDate>Tue, 01 Sep 2026 19:06:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21316</guid>
					<title><![CDATA[Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21316</link>
					<pubDate>Thu, 23 Oct 2014 09:05:03 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>How to get the icons from the &#8220;iconed_featured_text&#8221; shortcode inherit your main theme color?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21318</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21318</link>
					<pubDate>Thu, 23 Oct 2014 09:07:33 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Edit your functions.php file, find this:</p>
<pre><code>.shortcode_icon_solid.shortcode_icon.main_color {	background: &#039;.$aqua_main_color.&#039;; }
.shortcode_icon_simple.shortcode_icon.main_color  i { color: &#039;.$aqua_main_color.&#039;; }</code></pre>
<p>and after it place this:</p>
<pre><code>.iconed_featured_text .icon_feat.accent_color i { color: &#039;.$aqua_main_color.&#039;;}
.iconed_featured_text .icon_feat.icon_solid.accent_color { background-color: &#039;.$aqua_main_color.&#039;; }

.section_featured_texts.type1 .icon_holder .icon_bgr { background-color: &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type1:hover .icon_holder .icon_bgr { border: 4px solid &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type1:hover .icon_holder .icon_bgr:after { border: 4px solid &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type1:hover .icon_holder i { color: &#039;.$aqua_main_color.&#039;;}

.section_featured_texts.type2 .icon_holder .icon_bgr { background-color: &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type2:hover .icon_holder i { color: &#039;.$aqua_main_color.&#039;;}

.section_featured_texts.type3:hover .icon_holder .icon_bgr { background-color: &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type3 .icon_holder .icon_bgr:after { border: 4px solid &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type3:hover .icon_holder .icon_bgr:after { border: 4px solid &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type3 .icon_holder i { color: &#039;.$aqua_main_color.&#039;;}

.section_featured_texts.type4:hover .icon_holder  .icon_bgr { border: 4px solid &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type4:hover .icon_holder .icon_bgr:after { border: 4px solid &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type4 .icon_holder i{ color: &#039;.$aqua_main_color.&#039;; }
.section_featured_texts.type4:hover .icon_holder i { color:  &#039;.$aqua_main_color.&#039;; }
</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21333</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21333</link>
					<pubDate>Tue, 28 Oct 2014 17:15:22 +0000</pubDate>
					<dc:creator>jyotsna</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. Please create a page builder (drag &amp; drop) to make the Savia theme easy to use. Non-programmers like me have to learn html to use your theme. This process is too time consuming &amp; boring for web designers like me.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21334</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21334</link>
					<pubDate>Tue, 28 Oct 2014 18:00:21 +0000</pubDate>
					<dc:creator>jyotsna</dc:creator>

					<description>
						<![CDATA[
						<p>I just made this change to the functions.php file. By doing this, the iconed feature text shows the main color, but the other small icons in orange, savia blue &amp; main color have turned grey! Please look into it. My site is <a href="http://smartmegh.awesomeliferesources.com" rel="nofollow">http://smartmegh.awesomeliferesources.com</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21336</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21336</link>
					<pubDate>Wed, 29 Oct 2014 09:40:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry I mean after the first 2 lines add the rest, I edited my post. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21337</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21337</link>
					<pubDate>Wed, 29 Oct 2014 09:41:42 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>And yes, the Visual editor is in progress, due to complications on the 2 separate systems integration there&#8217;s been a delay.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21338</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21338</link>
					<pubDate>Wed, 29 Oct 2014 10:01:21 +0000</pubDate>
					<dc:creator>jyotsna</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. The icons colors are working fine now.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21349</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21349</link>
					<pubDate>Wed, 29 Oct 2014 16:01:42 +0000</pubDate>
					<dc:creator>jyotsna</dc:creator>

					<description>
						<![CDATA[
						<p>The Iconed Featured Text can only have the main color? What part of the code should I change to have it in orange color?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21355</guid>
					<title><![CDATA[Reply To: Iconed Featured Texts (iconed_featured_text) main color inherit]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/iconed-featured-texts-main-color-inherit/#post-21355</link>
					<pubDate>Thu, 30 Oct 2014 12:47:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You could easily create custom classes for the custom colored Featured Texts, for example copy in your CSS file the code from type2 into a new type 10 (replace all occurences of type4 with &#8220;type10&#8243;). Then put in your custom colors for backgruond/color wherever needed, then simply pass  type=&#8221;10&#8243; for the featured text:</p>
<pre><code>/* pic info type10 */
.pic_info.type10{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

a .pic_info.type10  .img_overlay_icon {
	position:absolute;
	top: auto;
	bottom: 0;

	background: rgba(0, 0, 0, 0.0);
	border-bottom: 4px solid rgba(0, 229, 255, 0.9);
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
}
a:hover .pic_info.type10 .img_overlay_icon {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
}

a .pic_info.type10 .info_overlay {
	padding: 10px 0 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-right: 1px solid rgba(0, 0, 0, 0.04);	
		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

a:hover .pic_info.type10 .info_overlay {
	background: rgba(0, 0, 0, 0.03);
}

a .pic_info.type10 .img_overlay_icon .portfolio_icon{
	top: 50%;
	left: 50%;
	opacity: 0;	
	
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	width: 40px;
	height: 40px;	
	margin: 0 auto;
	margin-left: -20px;
	display: inline-block;
	border-radius: 50%;	
	
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type10 .img_overlay_icon .portfolio_icon{
	margin-top: -20px;
	opacity: 1;
	
	-webkit-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);	
}
/* pic info type10 :: END */</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

