<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tabs &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/tabs/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Sun, 27 Jan 2013 18:31:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Customize and Style Subscribe Link</title>
		<link>https://diythemes.com/thesis/rtfm/customize-style-subscribe-link/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:22:25 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[URL]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=462</guid>

					<description><![CDATA[<ul>
<li>Set Your Feed URL</li>
<li>Customize Feed Link Text</li>
<li>Style Feed Link</li>
<li>Remove 'nofollow' Attribute From Feed Link</li>
</ul>]]></description>
										<content:encoded><![CDATA[<h3 id="feed_url">Set Your Feed URL <a href="#feed_url" title="Link to this section">∞</a></h3>
<p>If you&#8217;re using an service like FeedBurner to manage your RSS feed, Thesis makes it easy to point your feed link to the service&#8217;s URL (instead of using the one which points to the default WordPress feed).</p>
<p>Go to the <strong>Site Options</strong> panel, and expand the &#8220;Syndication/Feed URL&#8221; section (under <em>Document Head</em>).</p>
<p>In the <code>Feed URL</code> field, enter the URL to your preferred feed. Click the Save button.</p>
<h3 id="feed_text">Customize Feed Link Text <a href="#feed_text" title="Link to this section">∞</a></h3>
<p class="alert">The information in this section only applies when &#8220;Thesis nav menu&#8221; has been selected as the Menu Type under <em>Navigation Menu</em>.</p>
<p>By default, Thesis uses the word &#8220;Subscribe&#8221; as the text for your feed link in the Nav Menu. To change this text, go to the <strong>Site Options</strong> panel, and expand the &#8220;Feed Link&#8221; section (under <em>Navigation Menu</em>).</p>
<p>In the <code>Change your feed link text</code> field, enter your desired text to be used for the feed link. Click the Save button.</p>
<h3 id="feed_style">Style Feed Link <a href="#feed_style" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code>, and change to suit your requirements:</p>
<pre class="css">
.custom .rss a {
   color: #111111;
   text-transform: uppercase;
   padding-right: 16px;
   background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat;
}
.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
}
</pre>
<h3 id="feed_nofollow">Remove &#8216;nofollow&#8217; Attribute From Feed Link <a href="#feed_nofollow" title="Link to this section">∞</a></h3>
<p class="alert">The information in this section only applies when &#8220;Thesis nav menu&#8221; has been selected as the Menu Type under <em>Navigation Menu</em>.</p>
<p>By default, Thesis applies the <code>nofollow</code> attribute to your feed link. To disable this behavior, go to the <strong>Site Options</strong> panel, and expand the &#8220;Feed Link&#8221; section (under <em>Navigation Menu</em>).</p>
<p>Uncheck the <code>Add nofollow to feed link</code> option. Click the Save button.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Style Nav Menu Tabs</title>
		<link>https://diythemes.com/thesis/rtfm/style-nav-menu-tabs/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:02:14 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[borders]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[underline]]></category>
		<category><![CDATA[uppercase]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=103</guid>

					<description><![CDATA[<ul>
<li>Change Color of All Menu Tabs</li>
<li>Change Color of Active Menu Tab</li>
<li>Change Colors of Menu Tabs When Hovering</li>
<li>Remove Underline on Menu Tabs When Hovering</li>
<li>Remove Uppercase Formatting on Menu Tabs Text</li>
<li>Change Color of Borders on Menu Tabs</li>
<li>Remove Borders around Menu Tabs</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p class="alert">This Answer is based on the style definitions from Thesis 1.5 or lower; in 1.6+, you can set colors for the Nav Menu under <strong>Thesis Design Options</strong> (under <em>Fonts, Colors, and More!</em>). For other styling, replacing <code>#tabs</code> in the examples below with <code>.menu</code> will generally be sufficient.</p>
<h3 id="change_color_all">Change Color of All Menu Tabs <a href="#change_color_all" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code> (changing the color values to use your own choices):</p>
<pre class="css">
.custom #tabs li {
   background: #efefef;
}
</pre>
<h3 id="change_color_active">Change Color of Active Menu Tab <a href="#change_color_active" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code> (changing the color values to use your own choices):</p>
<pre class="css">
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #000000;
  color: #ffffff;
}
</pre>
<h3 id="change_color_hover">Change Colors of Menu Tabs When Hovering <a href="#change_color_hover" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code> (changing the color values to use your own choices):</p>
<pre class="css">
.custom ul#tabs li a:hover {
  background:#000000;
  color:#ffffff;
}
</pre>
<h3 id="remove_underline_hover">Remove Underline on Menu Tabs When Hovering <a href="#remove_underline_hover" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code>:</p>
<pre class="css">
.custom ul#tabs li a:hover {
  text-decoration: none;
}</pre>
<h3 id="remove_uppercase">Remove Uppercase Formatting on Menu Tabs Text <a href="#remove_uppercase" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code>:</p>
<pre class="css">
.custom ul#tabs li a {
  text-transform: none;
}</pre>
<h3 id="change_borders">Change Color of Borders on Menu Tabs <a href="#change_borders" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code> (changing the color values to use your own choices):</p>
<pre class="css">
.custom #tabs, .custom #tabs li {
   border: 1px solid #ddd;
}
</pre>
<p>Note: This also affects the left and bottom borders along the nav menu itself.</p>
<h3 id="remove_borders">Remove Borders around Menu Tabs <a href="#remove_borders" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code>:</p>
<pre class="css">
.custom #tabs, .custom #tabs li {
  border-style: none;
}</pre>
<p>Note: This also affects the left and bottom borders along the nav menu itself.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
