<?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: White button on dark background</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 01:50:24 +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/white-button-on-dark-background/#post-33956</guid>
					<title><![CDATA[White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33956</link>
					<pubDate>Wed, 19 Jun 2019 16:47:13 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I&#8217;m having issues to change the outline and font colors of a button that I&#8217;d like to be white on a dark background. You can see this problem on the page &#8220;http://humancelldesign.zanatan.com/endoc-bh1-gc1/&#8221; in the &#8220;downloads cta&#8221;. Could you please help ?<br />
Thanks in advance for your support</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33957</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33957</link>
					<pubDate>Wed, 19 Jun 2019 17:06:50 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33961</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33961</link>
					<pubDate>Thu, 20 Jun 2019 08:16:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Well you have added custom css to overwrite your white button&#8217;s border and background.<br />
I would leave the white button as is if you need to use it and overwrite another one&#8217;s colors instead, for example the red button. Hope that makes sense. <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/white-button-on-dark-background/#post-33962</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33962</link>
					<pubDate>Thu, 20 Jun 2019 13:46:32 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33965</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33965</link>
					<pubDate>Thu, 20 Jun 2019 16:17:31 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33970</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33970</link>
					<pubDate>Fri, 21 Jun 2019 07:07:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>As I mentioned earlier, instead of modifying the white button to be red, override the red button to be your color then use that:</p>
<pre><code>input.btn_red, a.btn_red, .btn_red{
	background-color: #b22447;
}
input.btn_red.btn_outline, a.btn_red.btn_outline, .btn_red.btn_outline{
	color: #b22447 !important;
	border: 2px solid #b22447;
}
input.btn_red.btn_outline:hover, a.btn_red.btn_outline:hover, .btn_red.btn_outline:hover {
	background-color: #b22447 !important;
}</code></pre>
<p>As for your logo &#8211; that really depends on your image, try working on your image further and make sure you use a retina version of the logo as well.</p>
<p>The Plus sign in the accordions &#8211; the relative path to the image is different so it doesn&#8217;t get found, instead you can override only the background color:</p>
<pre><code>.acc_control {
    background-color: #b22447;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33976</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33976</link>
					<pubDate>Sun, 23 Jun 2019 14:18:19 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I&#8217;ve managed to change buttons as I wanted, so everything is fine here. But I still struggle with the logo. When I insert, in the back office, a retina version of the logo, the logo double its size on retina screens …<br />
Thanks for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33980</guid>
					<title><![CDATA[Reply To: White button on dark background]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/white-button-on-dark-background/#post-33980</link>
					<pubDate>Mon, 24 Jun 2019 07:06:59 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, that&#8217;s the idea of a Retina logo, a larger version of the logo is used for retina screens. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

