<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Customize Side Bar Heading Background colors and Fonts in Thesis Theme?</title>
	<atom:link href="http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/</link>
	<description>Thesis Theme Customization Tutorials and Wordpress Blogging Video Tutorials</description>
	<lastBuildDate>Sun, 05 Feb 2012 06:23:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: FourBlogger</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-18335</link>
		<dc:creator>FourBlogger</dc:creator>
		<pubDate>Wed, 19 Oct 2011 05:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-18335</guid>
		<description>visit this tutorials, You can add &lt;a href=&quot;http://fourblogger.com/how-to-add-background-image-for-sidebar-heading-in-thesis-theme/&quot; rel=&quot;nofollow&quot;&gt;background image in heading &lt;/a&gt; instead of text also,</description>
		<content:encoded><![CDATA[<p>visit this tutorials, You can add <a href="http://fourblogger.com/how-to-add-background-image-for-sidebar-heading-in-thesis-theme/" rel="nofollow">background image in heading </a> instead of text also,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal Patel</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-18179</link>
		<dc:creator>Kamal Patel</dc:creator>
		<pubDate>Mon, 17 Oct 2011 19:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-18179</guid>
		<description>if i want to add image rather than the text ....then what i need to do ??

please to tell me ...BTW nice post ...im learning thesis from your blog....appreciated more n more.</description>
		<content:encoded><![CDATA[<p>if i want to add image rather than the text &#8230;.then what i need to do ??</p>
<p>please to tell me &#8230;BTW nice post &#8230;im learning thesis from your blog&#8230;.appreciated more n more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-13592</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 13 Sep 2011 03:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-13592</guid>
		<description>hai Eric Bloom,

In your custom.css file add the below lines..

.custom .menu a {
text-transform:none;
}

It will remove the uppercase letters from the navigation menu.</description>
		<content:encoded><![CDATA[<p>hai Eric Bloom,</p>
<p>In your custom.css file add the below lines..</p>
<p>.custom .menu a {<br />
text-transform:none;<br />
}</p>
<p>It will remove the uppercase letters from the navigation menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bloom</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-13505</link>
		<dc:creator>Eric Bloom</dc:creator>
		<pubDate>Mon, 12 Sep 2011 16:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-13505</guid>
		<description>Hi Fourblogger,

I see the navigation default font is all CAPITAL LETTERS.  How can I use upper and lowercase letters in the navigation menu?

Thank you.

Eric</description>
		<content:encoded><![CDATA[<p>Hi Fourblogger,</p>
<p>I see the navigation default font is all CAPITAL LETTERS.  How can I use upper and lowercase letters in the navigation menu?</p>
<p>Thank you.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FourBlogger</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-11974</link>
		<dc:creator>FourBlogger</dc:creator>
		<pubDate>Fri, 26 Aug 2011 15:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-11974</guid>
		<description>hai Jonathan,
 Just add . (dot) infront of  custom .sidebar h3  that is it should be  .custom .sidebar h3 { }
Better provide your site link.</description>
		<content:encoded><![CDATA[<p>hai Jonathan,<br />
 Just add . (dot) infront of  custom .sidebar h3  that is it should be  .custom .sidebar h3 { }<br />
Better provide your site link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dunsky</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-11973</link>
		<dc:creator>Jonathan Dunsky</dc:creator>
		<pubDate>Fri, 26 Aug 2011 15:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-11973</guid>
		<description>I placed this entire code: custom .sidebar h3{background-color: #00B8B8;

-moz-border-radius: 4px;&#160;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}

in my custom.css and nothing happened. Nothing changed. Any idea why?

I&#039;m using thesis 1.8.2</description>
		<content:encoded><![CDATA[<p>I placed this entire code: custom .sidebar h3{background-color: #00B8B8;</p>
<p>-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}</p>
<p>in my custom.css and nothing happened. Nothing changed. Any idea why?</p>
<p>I&#8217;m using thesis 1.8.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-11331</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Fri, 05 Aug 2011 00:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-11331</guid>
		<description>Thank you for helping out with this!  Finally got it figured out after finding this tutorial!  Very helpful...</description>
		<content:encoded><![CDATA[<p>Thank you for helping out with this!  Finally got it figured out after finding this tutorial!  Very helpful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gouri</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-10815</link>
		<dc:creator>Gouri</dc:creator>
		<pubDate>Fri, 08 Jul 2011 19:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-10815</guid>
		<description>Very useful, thanks.</description>
		<content:encoded><![CDATA[<p>Very useful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kd</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-10716</link>
		<dc:creator>kd</dc:creator>
		<pubDate>Wed, 29 Jun 2011 16:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-10716</guid>
		<description>Works like a charm. Definitely bookmarking this site!</description>
		<content:encoded><![CDATA[<p>Works like a charm. Definitely bookmarking this site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Redito</title>
		<link>http://fourblogger.com/how-to-customize-side-bar-heading-background-colors-and-fonts-in-thesis-theme/comment-page-1/#comment-9317</link>
		<dc:creator>Ronald Redito</dc:creator>
		<pubDate>Thu, 19 May 2011 14:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=426#comment-9317</guid>
		<description>Wow, I now implemented this on my blog. Thank you so much.</description>
		<content:encoded><![CDATA[<p>Wow, I now implemented this on my blog. Thank you so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/26 queries in 0.520 seconds using disk: basic
Object Caching 960/973 objects using disk: basic

Served from: fourblogger.com @ 2012-02-06 14:26:59 -->
