<?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>border on tab navigation &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/border-on-tab-navigation/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 00:43:25 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85710</guid>
					<title><![CDATA[border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85710</link>
					<pubDate>Fri, 15 Aug 2014 21:51:22 +0000</pubDate>
					<dc:creator>Corinne J</dc:creator>

					<description>
						<![CDATA[
						<p>I have tried the fixes requested by others in the forum and nothing is getting rid of my borders as seen here:</p>
<p><a href="http://03a2db5.netsolhost.com/wordpress2/services/" rel="nofollow">http://03a2db5.netsolhost.com/wordpress2/services/</a></p>
<p>I&#8217;m attempting at getting my tab navigation to resemble this:</p>
<p><a href="http://www.insperity.com/products/financial-solutions" rel="nofollow">http://www.insperity.com/products/financial-solutions</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85725</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85725</link>
					<pubDate>Fri, 15 Aug 2014 22:31:56 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Corinne,</p>
<p>To remove the tab borders Add this code via Appearance &gt; Customize &gt; Custom &gt; CSS:</p>
<pre><code>.x-nav-tabs &gt; .active &gt; a, .x-nav-tabs &gt; .active &gt; a:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85764</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85764</link>
					<pubDate>Fri, 15 Aug 2014 23:42:37 +0000</pubDate>
					<dc:creator>Corinne J</dc:creator>

					<description>
						<![CDATA[
						<p>Hi! This removed the red color which was actually the only component that i liked&#8230; borders and shadow effect remain. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85774</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85774</link>
					<pubDate>Sat, 16 Aug 2014 00:04:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Corinne,</p>
<p>How about this.</p>
<pre><code>.x-tab-content {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 0px !important;
}</code></pre>
<p>And if you wish to remove tab navs border too, then use this.</p>
<pre><code>.x-nav-tabs&gt;li {
border: 0px !important;
}
.x-nav-tabs {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 0px !important;
}</code></pre>
<p>Hope these helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85777</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85777</link>
					<pubDate>Sat, 16 Aug 2014 00:11:17 +0000</pubDate>
					<dc:creator>Corinne J</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome &#8211; I&#8217;m going to give these a try shortly. I&#8217;m kind of digging the last solution you provided, however. That said, one of my other challenges which is coming back in the tab nav that is elsewhere on the site is the gap created when using h tags. You can check it out with the dummy text placed here:</p>
<p><a href="http://03a2db5.netsolhost.com/wordpress2/services/" rel="nofollow">http://03a2db5.netsolhost.com/wordpress2/services/</a></p>
<p>How do we tighten up this space? So odd that it only occurs when using these and other style tags.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85782</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85782</link>
					<pubDate>Sat, 16 Aug 2014 00:16:25 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Corinne,</p>
<p>You could add <strong>mtn</strong> to your head titles. This will remove large spacing above your text.</p>
<p>Eg. <code>&lt;h1 class=&quot;mtn&quot;&gt;&lt;/h1&gt;</code></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85787</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85787</link>
					<pubDate>Sat, 16 Aug 2014 00:26:58 +0000</pubDate>
					<dc:creator>Corinne J</dc:creator>

					<description>
						<![CDATA[
						<p>&lt;h1 class=&#8221;mtn&#8221;&gt;Benefits&lt;/h1&gt; removes my title altogether for some reason&#8230; leaves nav bar with &#8216;Make Sure to Set a Title&#8217; after several attempts.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85790</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85790</link>
					<pubDate>Sat, 16 Aug 2014 00:31:58 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hmm, that&#8217;s weird. Would you mind posting your shortcodes here.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85976</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85976</link>
					<pubDate>Sat, 16 Aug 2014 15:05:23 +0000</pubDate>
					<dc:creator>Corinne J</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry&#8230; dumb question &#8211; how do I get to my short codes? Here is everything I have in my customizer css if that is what you mean?:</p>
<p>.wpcf7-form {<br />
	background:#cccccc;<br />
	border-radius:7px;<br />
	padding: 10px 20px;<br />
	margin-bottom:10px;<br />
}<br />
input[type=&#8221;radio&#8221;] {<br />
  margin-right: 2px;<br />
  margin-left: 8px;<br />
}<br />
label {<br />
  margin-left: -3px;<br />
}</p>
<p>.x-topbar .p-info a {<br />
border-bottom: none;<br />
}</p>
<p>hr { display: block; height: 1px;<br />
    border: 0; border-top: 1px solid #000000;<br />
    margin: 1em 0; padding: 0; }</p>
<p>.entry-content {<br />
margin-top: 2px;<br />
}</p>
<p>.x-accordion-heading .x-accordion-toggle{<br />
color:red; /*changes the color of the accordion heading*/<br />
background-color: #000000!important;<br />
}</p>
<p>.x-accordion-heading .x-accordion-toggle {<br />
color:ffffff<br />
}</p>
<p>.x-nav-tabs &gt; .active &gt; a, .x-nav-tabs &gt; .active &gt; a:hover {<br />
-webkit-box-shadow: none !important;<br />
box-shadow: none !important;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85994</guid>
					<title><![CDATA[Reply To: border on tab navigation]]></title>
					<link>https://theme.co/archive/forums/topic/border-on-tab-navigation/#post-85994</link>
					<pubDate>Sat, 16 Aug 2014 15:38:27 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>The short codes are those one you add in posts or pages using visual composer.now if you click to view in classic mode you can see those codes.</p>
<p>Hop it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

