<?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: Colour changes</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/colour-changes/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 13:12:28 +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/colour-changes/#post-20720</guid>
					<title><![CDATA[Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20720</link>
					<pubDate>Tue, 15 Jul 2014 09:08:46 +0000</pubDate>
					<dc:creator>adamsm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Guys</p>
<p>Need to change the colours of a few things e.g. add a specific hex code:</p>
<p>1/ </p>
<p>The orange buttons <a href="http://www.brightenearly.com" rel="nofollow">http://www.brightenearly.com</a></p>
<p>2/</p>
<p>Blue big icons <a href="http://www.brightenearly.com" rel="nofollow">http://www.brightenearly.com</a></p>
<p>3/</p>
<p>Small blue icons <a href="http://www.brightenearly.com/bid-tender-review/" rel="nofollow">http://www.brightenearly.com/bid-tender-review/</a></p>
<p>Let me know, will add code to custom css I guess??</p>
<p>Thanks </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20723</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20723</link>
					<pubDate>Wed, 16 Jul 2014 12:54:40 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Are you using the Main Theme Color in any of these, you can have them inherit that for all but the big icons. To have them inherit that too, check this post:</p>
<p><a href="http://blueowlcreative.com/support_wp/forums/topic/icon-color/" rel="nofollow">http://blueowlcreative.com/support_wp/forums/topic/icon-color/</a></p>
<p>If you want to change the regular icons / buttons colors you can create your own classes:</p>
<p><a href="http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/" rel="nofollow">http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20766</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20766</link>
					<pubDate>Thu, 17 Jul 2014 16:59:04 +0000</pubDate>
					<dc:creator>adamsm</dc:creator>

					<description>
						<![CDATA[
						<p>OK cool, think this answers point 2, but what about point 1 and 3. I want to use various colours e.g. hex code, where do the hex codes come into this e.g. on this post it only mentioned purple <a href="http://blueowlcreative.com/support_wp/forums/topic/icon-color/" rel="nofollow">http://blueowlcreative.com/support_wp/forums/topic/icon-color/</a></p>
<p>So want to change 1/ buttons 2/ big icons and 3 small icons.</p>
<p>The above post takes care of 2, but need to know where and how to use hex codes and need info on 1 and 3 still if that&#8217;s OK??<br />
 <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/colour-changes/#post-20767</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20767</link>
					<pubDate>Fri, 18 Jul 2014 08:36:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Do you not want to use the Theme color for your icons and buttons?<br />
If you do then check the documentation on what class to add to them in order to inherit the theme colors.<br />
If you want other custom colors, check this one again:</p>
<p><a href="http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/" rel="nofollow">http://blueowlcreative.com/support_wp/forums/topic/change-icons-colors-on-savia/</a></p>
<p>Purple is just an example there. You can name your class yellow for example then pass the hex value in the CSS for it:</p>
<pre><code>.shortcode_icon_solid.shortcode_icon.yellow{
	background: #FFFF00;
}
.shortcode_icon_simple.shortcode_icon.yellow i{
	color: #FFFF00;
}</code></pre>
<p>for a button obviously that would be something like:</p>
<pre><code>input.button_yellow, a.button_blue, .button_yellow {
background-color: #FFFF00;
color: #fff !important;
text-transform: uppercase;
position: relative;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20768</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20768</link>
					<pubDate>Fri, 18 Jul 2014 11:18:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Please let me know if you need further help! <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/colour-changes/#post-20780</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20780</link>
					<pubDate>Tue, 22 Jul 2014 11:59:10 +0000</pubDate>
					<dc:creator>adamsm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>Sorry I&#8217;m really confused here. I&#8217;ve got the big icons to be the blue of my logo which is good: <a href="http://www.brightenearly.com" rel="nofollow">http://www.brightenearly.com</a></p>
<p>However I still can&#8217;t make the small icons this blue (#6dcbd8), see <a href="http://www.brightenearly.com/bid-tender-review/" rel="nofollow">http://www.brightenearly.com/bid-tender-review/</a></p>
<p>Also I can&#8217;t make the buttons change colour even after adding in some custom ccd you gave me. I&#8217;d like them #b2ba20</p>
<p>Please can you send me the custom css I need to add for both of these please??<br />
 <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/colour-changes/#post-20781</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20781</link>
					<pubDate>Tue, 22 Jul 2014 12:37:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok,</p>
<p>Add this to your Custom CSS (for your feat. text icons):</p>
<pre><code>.iconed_featured_text .icon_feat.blue i {
color: #6dcbd8;
}</code></pre>
<p>For your button simply use the &#8220;button_hilite&#8221; class to inherit the main Theme Color.<br />
Check your documentation for more. <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/colour-changes/#post-20782</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20782</link>
					<pubDate>Tue, 22 Jul 2014 13:24:03 +0000</pubDate>
					<dc:creator>adamsm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>Sorry that hasn&#8217;t worked for icons <a href="http://www.brightenearly.com/bid-tender-review/" rel="nofollow">http://www.brightenearly.com/bid-tender-review/</a></p>
<p>I&#8217;m not really a techie so don&#8217;t know what you mean for buttons. I don&#8217;t want it the theme colour I want it to be this colour #b2ba20</p>
<p>??? <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/colour-changes/#post-20783</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20783</link>
					<pubDate>Thu, 24 Jul 2014 08:24:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Did you add the code I told you to in your Custom CSS?<br />
For the button&#8230;</p>
<p>Like I said earlier, add this to your custom CSS:</p>
<pre><code>
input.button_mygreen, a.button_mygreen, .button_mygreen {
background-color: #b2ba20;
color: #fff !important;
text-transform: uppercase;
position: relative;
}
</code></pre>
<p>then to its CSS classes add &#8220;button_mygreen&#8221;!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20787</guid>
					<title><![CDATA[Reply To: Colour changes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/colour-changes/#post-20787</link>
					<pubDate>Thu, 24 Jul 2014 09:41:31 +0000</pubDate>
					<dc:creator>adamsm</dc:creator>

					<description>
						<![CDATA[
						<p>OK just added this to custom CSS and &#8220;button_mygreen&#8217; to two of the buttons on the homepage and they just turn grey <a href="http://www.brightenearly.com" rel="nofollow">http://www.brightenearly.com</a></p>
<p>Didn&#8217;t work?</p>
<p>Trying to get site live today and want to send email out tomorrow to client. I&#8217;m not a techie so need really simple steps to understand what to do. I can why what you suggested would work, but sorry it hasn&#8217;t</p>
<p>Let me know what to try now</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

