<?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: button hover color</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 00:17:34 +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/button-hover-color/#post-31049</guid>
					<title><![CDATA[button hover color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-31049</link>
					<pubDate>Mon, 20 Feb 2017 16:54:49 +0000</pubDate>
					<dc:creator>cheramycreative</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, I was able to change the color of the text and outline of a button to the client&#8217;s custom logo color, but I cannot seem to find how to change the hover fill in color. It is a bright orange and the composer only has choices of color names, not rgb #.</p>
<p>Thank you,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-31055</guid>
					<title><![CDATA[Reply To: button hover color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-31055</link>
					<pubDate>Wed, 22 Feb 2017 07:11:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Changing the default button colors is actually pretty easy as you figured out. Override the colors in your child theme like so for example for the orange color (we will override color with red &#8211; #fe0000):</p>
<pre><code>input.btn_orange, a.btn_orange, .btn_orange{
	background-color: #fe0000;
	color: #fff !important;
}
input.btn_orange.btn_outline, a.btn_orange.btn_outline, .btn_orange.btn_outline{
	color: #fe0000!important;
	border: 2px solid #fe0000;
	background: transparent;
}
input.btn_orange.btn_outline:hover, a.btn_orange.btn_outline:hover, .btn_orange.btn_outline:hover {
	background-color: #fe0000!important;
	color: #fff !important;
}</code></pre>
<p>changing the default dark background on hover you can do like so:</p>
<pre><code>input.btn_orange:hover, a.btn_orange:hover, .btn_orange:hover {
	background-color: #fe0000 !important;
}</code></pre>
<p> <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-32262</guid>
					<title><![CDATA[Reply To: button hover color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-32262</link>
					<pubDate>Thu, 23 Nov 2017 13:40:51 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

					<description>
						<![CDATA[
						<p>Where exactly can I add this code above to change the dark hover color of a button? Where can I find this child theme? </p>
<p>Thank you in advance! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-32269</guid>
					<title><![CDATA[Reply To: button hover color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/button-hover-color/#post-32269</link>
					<pubDate>Fri, 24 Nov 2017 08:16:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Child theme: <a href="http://blueowlcreative.com/docs/fortuna/#customization1" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#customization1</a><br />
Adding the code &#8211; either in Theme Options -> Custom CSS or in the Child theme CSS file.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

