<?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: Two questions</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 17:38:11 +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/two-questions-2/#post-26209</guid>
					<title><![CDATA[Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26209</link>
					<pubDate>Tue, 12 Jan 2016 10:14:36 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is it possible to have the subheader like in the image below. &#8216;Donwload free whitepaper&#8217; text centered, clickable and with a red background?</p>
<p><a href="http://wonderflow.media-monkey.nl/wp-content/uploads/2016/01/Home-Wonderflow.jpg" rel="nofollow">http://wonderflow.media-monkey.nl/wp-content/uploads/2016/01/Home-Wonderflow.jpg</a></p>
<p>I noticed that the outlined buttons have a 2px border. I would like to change that to 1px.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26221</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26221</link>
					<pubDate>Tue, 12 Jan 2016 12:41:03 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, you can override your header.php in your Child theme and mod it by replacing the code in the subheader with your custom HTML to whatever you like.</p>
<p>As for the buttons, sure, you would want to override the CSS related to the border, for example:</p>
<pre><code>a.btn_royalblue.btn_outline, .btn_royalblue.btn_outline {
    border: 1px solid #005ed3;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26224</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26224</link>
					<pubDate>Tue, 12 Jan 2016 12:48:01 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26226</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26226</link>
					<pubDate>Tue, 12 Jan 2016 12:50:16 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>1. Customizations like this are considered beyond theme support and we do not have the time to do them freely&#8230; hope you understand.</p>
<p>2. For your home page button the code would be:</p>
<pre><code>a.btn_theme_color.btn_outline, .btn_theme_color.btn_outline {
    border: 1px solid #ed2f26;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26229</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26229</link>
					<pubDate>Tue, 12 Jan 2016 12:59:31 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26231</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26231</link>
					<pubDate>Tue, 12 Jan 2016 13:05:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>1. If you need customizations contact us via <a href="mailto:contact@blueowlcreative.com" rel="nofollow">contact@blueowlcreative.com</a> with a list of them so we can quote you on them.</p>
<p>2. Yes. No, for the navigation add this:</p>
<pre><code>#menu ul li.boc_nav_button a {
    border: 1px solid #444;
}
#menu ul li.boc_nav_button a:hover {
    border: 1px solid #ed2f26;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26234</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26234</link>
					<pubDate>Tue, 12 Jan 2016 13:20:12 +0000</pubDate>
					<dc:creator>MOconcepts</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I will send an email for this.</p>
<p>Ok, I have added both codes to the Custom CSS, allthough I don&#8217;t really see the difference between 1px and 2 px, it&#8217;s probably there <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/two-questions-2/#post-26241</guid>
					<title><![CDATA[Reply To: Two questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/two-questions-2/#post-26241</link>
					<pubDate>Tue, 12 Jan 2016 15:11:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Should be there, pls Refresh! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

