<?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: A little CSS help?</title>
		<link>http://www.kriesi.at/support/topic/a-little-css-help-1</link>
		<description>Support Forum - Topic: A little CSS help?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 23:24:38 +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/a-little-css-help-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "A little CSS help?"</title>
			<link>http://www.kriesi.at/support/topic/a-little-css-help-1#post-83546</link>
			<pubDate>Tue, 13 Nov 2012 02:30:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cameljok,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cameljok on "A little CSS help?"</title>
			<link>http://www.kriesi.at/support/topic/a-little-css-help-1#post-83543</link>
			<pubDate>Tue, 13 Nov 2012 02:18:25 +0000</pubDate>
			<dc:creator>cameljok</dc:creator>
			<guid isPermaLink="false">83543@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So strange. But it did work! Thanks again! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "A little CSS help?"</title>
			<link>http://www.kriesi.at/support/topic/a-little-css-help-1#post-83541</link>
			<pubDate>Tue, 13 Nov 2012 01:58:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cameljok,&#60;/p&#62;
&#60;p&#62;I checked your site and the code above gives me an Unknown property name, which is weird because I think the code you posted should work. Anyway, just replace it with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.news-time {
color: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.news-time {
color: white !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cameljok on "A little CSS help?"</title>
			<link>http://www.kriesi.at/support/topic/a-little-css-help-1#post-83491</link>
			<pubDate>Mon, 12 Nov 2012 16:39:21 +0000</pubDate>
			<dc:creator>cameljok</dc:creator>
			<guid isPermaLink="false">83491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep! First one worked like a charm. I didn't even try that one because it didn't compute in my mind as a link... but thanks so much! I have one other sticky CSS problem I'm sure you'll solve in a second...&#60;/p&#62;
&#60;p&#62;The date and time stamp under lasting teaching? I'd like that to be white because the gray doesn't show up as well on the gradient. I tried:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.news-time {
    color: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.news-time {
    color: white !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in the quick CSS but to no avail - which is strange because it did work in Firebug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "A little CSS help?"</title>
			<link>http://www.kriesi.at/support/topic/a-little-css-help-1#post-83430</link>
			<pubDate>Mon, 12 Nov 2012 10:28:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cameljok,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer a {
   background: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this code if the one above doesn't help:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer a {
   background: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cameljok on "A little CSS help?"</title>
			<link>http://www.kriesi.at/support/topic/a-little-css-help-1#post-83386</link>
			<pubDate>Mon, 12 Nov 2012 06:01:06 +0000</pubDate>
			<dc:creator>cameljok</dc:creator>
			<guid isPermaLink="false">83386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hate to keep bugging you all with questions... but you're so helpful!&#60;/p&#62;
&#60;p&#62;I changed the background of the header and footer to use a gradient with CSS styling... but I can't figure out how to get rid of the background that is still using a solid color on some of the widgets in my footer. I've tried using firebug, but I can't figure it out... can anyone take a look at it and offer a suggestion? &#60;/p&#62;
&#60;p&#62;bethavi.org - the boxes around the text for recent teachings and the box around the header for recent tweets are the trouble spots.&#60;/p&#62;
&#60;p&#62;Thanks soo much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
