<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Changing Button colors in Savia</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/changing-button-colors-in-savia/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/changing-button-colors-in-savia/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:59:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-button-colors-in-savia/#post-21787</guid>
					<title><![CDATA[Changing Button colors in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-button-colors-in-savia/#post-21787</link>
					<pubDate>Fri, 20 Feb 2015 13:08:26 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Declaring a new button color would be achieved like so:</p>
<p>Add a new class to your Theme Options->General->Custom Styles (or your stylesheet/stylesheet.css file):</p>
<pre><code>a.button_purple {
background: purple;
}
a.button_purple:hover{
background-color: #444;
}</code></pre>
<p>Then declare your button by adding the new button_purple class to the css_classes param:</p>
<p><code>[button href=&quot;http://google.com&quot; target=&quot;&quot; css_classes=&quot;button_purple  small_button&quot;]Button[/button]</code></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

