<?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: Widget area at bottom &#8211; changing the color</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 17:36:36 +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/widget-area-at-bottom-changing-the-color/#post-22239</guid>
					<title><![CDATA[Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22239</link>
					<pubDate>Tue, 23 Jun 2015 19:30:40 +0000</pubDate>
					<dc:creator>dbogomolny</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to make the widget area at the bottom of my Aqua site a different color (probably some shade of blue). Is this something I can do via the FTP files? Please help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22245</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22245</link>
					<pubDate>Wed, 24 Jun 2015 13:08:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You mean the footer?<br />
Yes, go to your Theme Options -> General -> Custom Styles and enter this for example:</p>
<pre><code>#footer {
  background: #004E7E;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22412</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22412</link>
					<pubDate>Tue, 28 Jul 2015 13:00:03 +0000</pubDate>
					<dc:creator>dbogomolny</dc:creator>

					<description>
						<![CDATA[
						<p>thank you so much.</p>
<p>and is there code for changing the color of the text in the footer also?</p>
<p>-David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22413</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22413</link>
					<pubDate>Tue, 28 Jul 2015 13:42:06 +0000</pubDate>
					<dc:creator>dbogomolny</dc:creator>

					<description>
						<![CDATA[
						<p>I see that there is a color for the text in the footer, and a different color for links in the footer. Are there other font colors?</p>
<p>Thank you again so much.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22418</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22418</link>
					<pubDate>Sat, 01 Aug 2015 17:06:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>This is it, so:</p>
<pre><code>#footer {
    color: yellow;
}
#footer a{
    color: green;
}
#footer a:hover{
    color: blue !important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22423</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22423</link>
					<pubDate>Sun, 02 Aug 2015 06:23:29 +0000</pubDate>
					<dc:creator>jdong</dc:creator>

					<description>
						<![CDATA[
						<p>the code only change the content text of the footer, doesn&#8217;t work with the tile of the each widget in footer section. How do I change the text color of the widget title text. </p>
<p><a href="http://bectechnologies.net/wordpress/" rel="nofollow">http://bectechnologies.net/wordpress/</a></p>
<p>here is the current look I have with the footer..</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22425</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22425</link>
					<pubDate>Mon, 03 Aug 2015 14:12:30 +0000</pubDate>
					<dc:creator>jdong</dc:creator>

					<description>
						<![CDATA[
						<p>I think I figure it out!! I add this:</p>
<p>#footer h3{<br />
    color: green;<br />
}</p>
<p>lol&#8230;yay</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22428</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22428</link>
					<pubDate>Tue, 04 Aug 2015 09:03:14 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You got it, this is for the headers in the footer.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22475</guid>
					<title><![CDATA[Reply To: Widget area at bottom &#8211; changing the color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/widget-area-at-bottom-changing-the-color/#post-22475</link>
					<pubDate>Sun, 09 Aug 2015 17:59:13 +0000</pubDate>
					<dc:creator>dbogomolny</dc:creator>

					<description>
						<![CDATA[
						<p>thank you both.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

