<?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 color icons/bar graphs | contact page | portfolio | header</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 12:17:19 +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-color-iconsbar-graphs-contact-page-portfolio-header/#post-26689</guid>
					<title><![CDATA[change color icons/bar graphs | contact page | portfolio | header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26689</link>
					<pubDate>Wed, 27 Jan 2016 15:43:44 +0000</pubDate>
					<dc:creator>Torres</dc:creator>

					<description>
						<![CDATA[
						<p>Dear support team,</p>
<p>The website is not online yet but I tried explaining what I want to do excactly below:</p>
<p>iconed_featured_text title: I want to change the color green to a darker green</p>
<p>portfolio_carousel: I want my portfolio to show all portfolios. Not just 3 but all in rows of 3</p>
<p>bar_graphs: I want to change the color gree, orange and blue of the bar graphs</p>
<p>Contact page: Is it possible to add multiple addresses in the map</p>
<p>Header contact email: I dont want the envelope icon to show</p>
<p>I hope you’ll be able to help me with the above.</p>
<p>Regards, AT</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26697</guid>
					<title><![CDATA[Reply To: change color icons/bar graphs | contact page | portfolio | header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26697</link>
					<pubDate>Wed, 27 Jan 2016 15:50:11 +0000</pubDate>
					<dc:creator>Torres</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26698</guid>
					<title><![CDATA[Reply To: change color icons/bar graphs | contact page | portfolio | header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26698</link>
					<pubDate>Wed, 27 Jan 2016 15:55:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again!</p>
<p>1. Which style are you using and what is the color you want to go with?<br />
2. The carousel can show all your items, it&#8217;s just a single row of them though &#8230; that&#8217;s the idea of a carousel, if you want a grid you can use the portfolio template.<br />
3. Again, what color, we&#8217;ll help you with the CSS.<br />
4. Nope, not at the moment.<br />
5. Here:</p>
<pre><code>.header_mail {
    background: none;
}</code></pre>
<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/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26717</guid>
					<title><![CDATA[Reply To: change color icons/bar graphs | contact page | portfolio | header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26717</link>
					<pubDate>Wed, 27 Jan 2016 18:35:40 +0000</pubDate>
					<dc:creator>Torres</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26733</guid>
					<title><![CDATA[Reply To: change color icons/bar graphs | contact page | portfolio | header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-iconsbar-graphs-contact-page-portfolio-header/#post-26733</link>
					<pubDate>Thu, 28 Jan 2016 14:05:20 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Use a Child theme for the mods.</p>
<p>1. Custom CSS:</p>
<pre><code>.iconed_featured_text .icon_feat.icon_solid.green {
    background: #229A3C;
}</code></pre>
<p>2. Well feel free to create your own shortcode that lists portfolio items in a grid using some of the code from the portfolio template.</p>
<p>3. </p>
<pre><code>.bar_graph li .bar_container.green span {
    background: #229A3C!important;
}
.bar_graph li span {
    background: #334C99 !important;
}
.bar_graph li .bar_container.orange span {
    background: #ff5d03!important;
}</code></pre>
<p> <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

