<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: How do I make the Sidebar Widget Title Bold?</title>
		<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How do I make the Sidebar Widget Title Bold?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:51:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/how-do-i-make-the-sidebar-widget-title-bold" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How do I make the Sidebar Widget Title Bold?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold#post-25424</link>
			<pubDate>Wed, 11 Dec 2013 10:03:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25424@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ucheunogu on "How do I make the Sidebar Widget Title Bold?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold#post-25416</link>
			<pubDate>Wed, 11 Dec 2013 07:18:04 +0000</pubDate>
			<dc:creator>ucheunogu</dc:creator>
			<guid isPermaLink="false">25416@http://www.themolitor.com/forums/</guid>
			<description><p>I believe it is Bold now. Thanks for your assistance!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How do I make the Sidebar Widget Title Bold?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold#post-25378</link>
			<pubDate>Mon, 09 Dec 2013 09:48:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25378@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I took a look at your site and see the widget titles are bold. Maybe you have a browser cache issue?</p>
<p>Let me know if you're able to see the results after clearing your cache.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ucheunogu on "How do I make the Sidebar Widget Title Bold?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold#post-25367</link>
			<pubDate>Sat, 07 Dec 2013 14:52:14 +0000</pubDate>
			<dc:creator>ucheunogu</dc:creator>
			<guid isPermaLink="false">25367@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I did have a closing bracket but did not put in the entire code. In any case, I tried putting in:<br />
#sidebar ul li.widget h2.widgettitle {font-weight:bold;}<br />
into the Custom CSS box (appearance &#62; customize) and it did not change anything. The entire code is below. The website I am building is: <a href="http://www.visionacademy-riverside.org" rel="nofollow">http://www.visionacademy-riverside.org</a>.</p>
<p>You are very helpful.</p>
<pre><code>#sidebar ul li.widget h2.widgettitle {
	margin: 0;
        font-family: &#039;Open Sans&#039;, Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #555;
	outline: 1px solid #ebebeb;
	font-weight: bold;
	padding:  5px;
	*padding:10px;/*IE7 fix*/
	display: block;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
	font-weight: bold;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
	background: -moz-linear-gradient(top,  #ffffff,  #F0F0F0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#ffffff&#039;, endColorstr=&#039;#F0F0F0&#039;);
}</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "How do I make the Sidebar Widget Title Bold?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold#post-25310</link>
			<pubDate>Thu, 05 Dec 2013 09:25:13 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25310@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The CSS you posted doesn't have a closing bracket. That might be the issue. Also, be sure you're adding your CSS to the Custom CSS box on the customize page (appearance &#62; customize).</p>
<p>If all you're trying to do is make the text bold, try using this in the Custom CSS box...</p>
<pre><code>#sidebar ul li.widget h2.widgettitle {font-weight:bold;}</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ucheunogu on "How do I make the Sidebar Widget Title Bold?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-make-the-sidebar-widget-title-bold#post-25295</link>
			<pubDate>Wed, 04 Dec 2013 20:25:43 +0000</pubDate>
			<dc:creator>ucheunogu</dc:creator>
			<guid isPermaLink="false">25295@http://www.themolitor.com/forums/</guid>
			<description><p>When I try the code below, changing the Font-weight from Normal to Bold; it still does not take effect. Your advice is appreciated!</p>
<pre><code>/*-----SIDEBAR STUFF----*/
#sidebar ul {padding: 0; margin: 0;}
#sidebar ul li.widget {list-style: none; margin: 0 0 25px; padding: 0;}

#sidebar ul li.widget h2.widgettitle {
	margin: 0;
        font-family: &#039;Open Sans&#039;, Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #555;
	outline: 5px solid #ebebeb;
	font-weight:bold;</code></pre></description>
		</item>

	</channel>
</rss>
