<?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 - Tag: slider button color - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/slider-button-color</link>
		<description>Support Forum - Tag: slider button color - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:17: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/tags/slider-button-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Can slider buttons be two different colors?"</title>
			<link>http://www.kriesi.at/support/topic/can-slider-buttons-be-two-different-colors#post-113658</link>
			<pubDate>Sat, 25 May 2013 02:07:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">113658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.avia-button.on-primary-color.primary-background.primary-border.caption-slideshow-button.slideshow_button_class {
background-color: orange;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To change the color of the 2nd button, use this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.avia-button.on-primary-color.primary-background.primary-border.caption-slideshow-button.slideshow_button2_class {
background-color: pink;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SignatureCard on "Can slider buttons be two different colors?"</title>
			<link>http://www.kriesi.at/support/topic/can-slider-buttons-be-two-different-colors#post-113604</link>
			<pubDate>Fri, 24 May 2013 16:49:36 +0000</pubDate>
			<dc:creator>SignatureCard</dc:creator>
			<guid isPermaLink="false">113604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My site &#60;a href=&#34;http://www.signaturecard.net&#34; rel=&#34;nofollow&#34;&#62;http://www.signaturecard.net&#60;/a&#62; is using both buttons on the slider.  I'd like to keep one button green and make one button orange.  I don't know the best way to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "No color for button"</title>
			<link>http://www.kriesi.at/support/topic/no-color-for-button#post-33213</link>
			<pubDate>Sun, 27 Nov 2011 08:13:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the slidecontrols color with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.slidecontrolls a {
    background-color: #CCCCCC !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The link color with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.entry-content a{
    color: #BFB793 !important;
}

.entry-content a:hover{
    color: #BFB793 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>RobiG on "No color for button"</title>
			<link>http://www.kriesi.at/support/topic/no-color-for-button#post-33161</link>
			<pubDate>Sat, 26 Nov 2011 14:19:51 +0000</pubDate>
			<dc:creator>RobiG</dc:creator>
			<guid isPermaLink="false">33161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! &#60;/p&#62;
&#60;p&#62;While I'm on the topic of buttons, is there a way to change the color of my buttons for my slider? &#60;/p&#62;
&#60;p&#62;I would also like to be able to change the color of the links within the content only and not the footer or side panel.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "No color for button"</title>
			<link>http://www.kriesi.at/support/topic/no-color-for-button#post-33137</link>
			<pubDate>Sat, 26 Nov 2011 07:40:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The inline css of the button looks like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;background-color:2E5880;border-color:A65039&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The &#34;#&#34; is missing - try following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;background-color:#2E5880;border-color:#A65039&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>RobiG on "No color for button"</title>
			<link>http://www.kriesi.at/support/topic/no-color-for-button#post-33098</link>
			<pubDate>Fri, 25 Nov 2011 12:08:56 +0000</pubDate>
			<dc:creator>RobiG</dc:creator>
			<guid isPermaLink="false">33098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I created a button with the short code and chose a specific color, but the button won't show the color. It is the &#34;get started&#34; button on the right.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://deputyshiporder.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://deputyshiporder.co.uk/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
