<?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: Changing Button Text Color</title>
		<link>http://www.kriesi.at/support/topic/changing-button-text-color</link>
		<description>Support Forum - Topic: Changing Button Text Color</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 08:18: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/changing-button-text-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Changing Button Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-button-text-color#post-98842</link>
			<pubDate>Thu, 28 Feb 2013 11:32:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is the CSS for the shortcode you are using&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .avia-button.red, body .avia-button.red:hover {
background-color: #B02B2C;
border-color: #B02B2C;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
color: #5d1a1b;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To get white color you would add the code below to /css/custom.css file or to quick css located in Choices &#38;gt; Theme Options &#38;gt; Styling .. at the bottom of the page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .avia-button.red, #top .avia-button.red:hover {
color: rgb(255, 255, 255);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code above will change the color to white for the button in its normal state and during hover (mouse over).&#60;br /&#62;
---&#60;br /&#62;
If you want to have the text in one color during its normal state and another color during mouse over (hover event) you would use code below which is currently white/white to whatever colors you want.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .avia-button.red {
color: rgb(255, 255, 255);
}
#top .avia-button.red:hover {
rgb(255, 255, 255); /*color during hover*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brettbivens on "Changing Button Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-button-text-color#post-98813</link>
			<pubDate>Thu, 28 Feb 2013 08:11:49 +0000</pubDate>
			<dc:creator>brettbivens</dc:creator>
			<guid isPermaLink="false">98813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello -&#60;/p&#62;
&#60;p&#62;I am currently trying to change the text color on a few of my buttons but am having no luck. &#60;/p&#62;
&#60;p&#62;For example, I have one of my buttons set up like this: [button size=&#34;xl&#34; color=&#34;red&#34; text=&#34;light&#34;]Button![/button] - In this case, the text shows up as kind of a grey color, making it difficult to see with the red button.&#60;/p&#62;
&#60;p&#62;I would like to know how to make the text color white. Any way to do that?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
