<?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: tabbed content tab title color</title>
		<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color</link>
		<description>Support Forum - Topic: tabbed content tab title color</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:24:45 +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/tabbed-content-tab-title-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "tabbed content tab title color"</title>
			<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color#post-50447</link>
			<pubDate>Sat, 07 Apr 2012 02:49:56 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">50447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;for a different background color add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.active_tab {
     background: #FF0099 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;for underlined text add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.active_tab strong{
    text-decoration: underline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add it in your custom.css or Quick CSS with the same effect, when you jam this full with CSS it will overwrite all previously defined styling for the elements you've specified - the delay this causes is neglectable. &#60;/p&#62;
&#60;p&#62;Only if you're really using &#60;strong&#62;a lot&#60;/strong&#62; of custom styling you can go in the default css files and directly modify them.&#60;/p&#62;
&#60;p&#62;I hope this helps :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcambrand on "tabbed content tab title color"</title>
			<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color#post-49977</link>
			<pubDate>Wed, 04 Apr 2012 14:53:07 +0000</pubDate>
			<dc:creator>dcambrand</dc:creator>
			<guid isPermaLink="false">49977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome stuff! Is there any way to make only the selected tab be a specific color, or any similar effect, like underlining it or what not.&#60;br /&#62;
The examples given above, at least in the Angular theme, make all tabs change color.&#60;/p&#62;
&#60;p&#62;Regards.&#60;/p&#62;
&#60;p&#62;ps. When adding lots of these little tweaks for the theme, is it better to put that in Custom.css rather than using the Quick css all the time? It's getting full :P Does any of them make the theme perform slower?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "tabbed content tab title color"</title>
			<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color#post-48980</link>
			<pubDate>Thu, 29 Mar 2012 07:03:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I corrected Chris code - please try it again. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>herzfamily on "tabbed content tab title color"</title>
			<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color#post-48899</link>
			<pubDate>Wed, 28 Mar 2012 21:05:35 +0000</pubDate>
			<dc:creator>herzfamily</dc:creator>
			<guid isPermaLink="false">48899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It didn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "tabbed content tab title color"</title>
			<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color#post-48461</link>
			<pubDate>Tue, 27 Mar 2012 05:30:10 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">48461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Hey! &#60;/p&#62;
&#60;p&#62; You can add this in your Quick CSS or custom.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.active_tab {
     color: #FF0099 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Chris &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>herzfamily on "tabbed content tab title color"</title>
			<link>http://www.kriesi.at/support/topic/tabbed-content-tab-title-color#post-48390</link>
			<pubDate>Mon, 26 Mar 2012 19:42:01 +0000</pubDate>
			<dc:creator>herzfamily</dc:creator>
			<guid isPermaLink="false">48390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to change the color of tab title (only) of the tabbed content?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
