<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Velvet Footer Background</title>
		<link>http://www.kriesi.at/support/topic/velvet-footer-background</link>
		<description>Support Forum - Topic: Velvet Footer Background</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 06:38:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/velvet-footer-background" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-27420</link>
			<pubDate>Tue, 20 Sep 2011 22:11:18 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">27420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you got it to work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boundlessdata on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-27400</link>
			<pubDate>Tue, 20 Sep 2011 18:45:38 +0000</pubDate>
			<dc:creator>boundlessdata</dc:creator>
			<guid isPermaLink="false">27400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Never mind.  I just changed the #555 in the above code to #fff and it worked.  Thanks, Tina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boundlessdata on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-27399</link>
			<pubDate>Tue, 20 Sep 2011 18:42:10 +0000</pubDate>
			<dc:creator>boundlessdata</dc:creator>
			<guid isPermaLink="false">27399@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The only instance of widgettitle I can find in the minimal-skin.css, is the following &#60;bbcode&#62;h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #top .widgettitle, #top .widgettitle a{&#60;br /&#62;
color:#555;&#60;/bbcode&#62;.  So do I add this somewhere or is it in another file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-27245</link>
			<pubDate>Sun, 18 Sep 2011 08:04:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
use following code to change the color:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #footer .widgettitle {
color: #fff !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>boundlessdata on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-27184</link>
			<pubDate>Fri, 16 Sep 2011 17:17:02 +0000</pubDate>
			<dc:creator>boundlessdata</dc:creator>
			<guid isPermaLink="false">27184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you.  I was able to change the boxed footer background to orange.  I then changed the links and lines between them by changing the #888 to #fff.  Now the footer headings are still too dark.  Can you tell me where to change those?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Tina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-26913</link>
			<pubDate>Wed, 14 Sep 2011 01:47:30 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you're correct - it doesn't seem to apply the background color of the footer. To do this manually you can use that color code in your minimal-skin.css.&#60;br /&#62;
Here you'll find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer {
     background: none repeat scroll 0% 0% #F8F8F8;
     border-top: 1px solid #EEEEEE;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just replace #F8F8F8 by your orange color code :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boundlessdata on "Velvet Footer Background"</title>
			<link>http://www.kriesi.at/support/topic/velvet-footer-background#post-26892</link>
			<pubDate>Tue, 13 Sep 2011 22:08:45 +0000</pubDate>
			<dc:creator>boundlessdata</dc:creator>
			<guid isPermaLink="false">26892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The documentation says &#34;You just need to select a primary color for your links and as background color for footer and some other elements, as well as a font color for text placed on those elements.&#34;  I understand this to mean the primary color will be the color of the footer.  My footer background is a light gray even though I have the primary color set to orange.  Is it malfunctioning or do I need to set the footer color some other method?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Tina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
