<?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 to change menu font style?</title>
		<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How to change menu font style?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:30:12 +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-to-change-menu-font-style" rel="self" type="application/rss+xml" />

		<item>
			<title>ckelley on "How to change menu font style?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style#post-10968</link>
			<pubDate>Tue, 12 Jun 2012 11:04:08 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">10968@http://www.themolitor.com/forums/</guid>
			<description><p>have you cleared your browser cache? or do you have any WordPress Plugins installed that cache the frontend(WP Super cache etc...)?</p>
<p>also please post a link to the site</p>
<p>- Chris K
</p></description>
		</item>
		<item>
			<title>joebarton on "How to change menu font style?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style#post-10966</link>
			<pubDate>Tue, 12 Jun 2012 10:54:28 +0000</pubDate>
			<dc:creator>joebarton</dc:creator>
			<guid isPermaLink="false">10966@http://www.themolitor.com/forums/</guid>
			<description><p>OK thanks.. it did not change anything... but it's there. I will have to add some drop downs to see how those were affected too.
</p></description>
		</item>
		<item>
			<title>ckelley on "How to change menu font style?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style#post-10965</link>
			<pubDate>Tue, 12 Jun 2012 10:52:12 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">10965@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>no google does not control your computer, they have a popular service which many web designer use to embed fonts into sites <a href="http://www.google.com/webfonts" rel="nofollow">http://www.google.com/webfonts</a></p>
<p>back to the topic paste this at the bottom of your style.css</p>
<p>'<br />
ul#dropmenu{<br />
	font-family: Georgia, "Times New Roman", Times, serif;<br />
	font-weight: normal;<br />
	font-size: 14px;<br />
}<br />
' </p>
<p>- Chris K
</p></description>
		</item>
		<item>
			<title>joebarton on "How to change menu font style?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style#post-10963</link>
			<pubDate>Tue, 12 Jun 2012 10:45:25 +0000</pubDate>
			<dc:creator>joebarton</dc:creator>
			<guid isPermaLink="false">10963@http://www.themolitor.com/forums/</guid>
			<description><p>Bottom? I did add font-family: georgia to this and it gave me fonts that are serif, but they are still in all caps. Is that what the BLOCK means?  I have no idea what you mean by google fonts... google doesn't control my computer does it? I did try font-face but it didn't change anything. At one point the link color changed to what I have set for the links in the body and side menu... that was fine... but now they are back to the generic #333</p>
<p>/*-------MAIN NAVIGATION STUFF--------*/<br />
#navigation {text-align: left; width: 100%; position: absolute; bottom: 0px; left: 0px;  height: 38px; padding: 14px 0 0; z-index: 1000;}<br />
#dropmenu {list-style:none; position:relative; width:100%; z-index: 400; z-index: 1000;}<br />
#dropmenu li {list-style:none;   position:relative; float: left; line-height: 27px;}<br />
#dropmenu li a { </p>
<p>	display: block;<br />
	line-height: 27px;<br />
	text-transform: uppercase;<br />
	letter-spacing: .5px;<br />
	font-family: "georgia", serif; &#60;------------------------------------------------<br />
	font-size: 14px;<br />
	font-weight: bold;<br />
	color: #888;<br />
	margin:1px 2px 0px;<br />
	padding: 0px 20px;<br />
	text-shadow: 0px 1px 1px rgba(255,255,255,.9);<br />
}
</p></description>
		</item>
		<item>
			<title>ckelley on "How to change menu font style?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style#post-10961</link>
			<pubDate>Tue, 12 Jun 2012 10:38:31 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">10961@http://www.themolitor.com/forums/</guid>
			<description><p>hi,</p>
<p>you'll want to add that to the bottom of your style.css</p>
<p>'<br />
ul#dropmenu{<br />
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;<br />
}<br />
'</p>
<p>now Im just using generic web fonts in that example, if you are using a custom font you'll still need to use @font-face rule above it to load the fonts or use google fonts</p>
<p>-Chris
</p></description>
		</item>
		<item>
			<title>joebarton on "How to change menu font style?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-menu-font-style#post-10950</link>
			<pubDate>Tue, 12 Jun 2012 05:56:00 +0000</pubDate>
			<dc:creator>joebarton</dc:creator>
			<guid isPermaLink="false">10950@http://www.themolitor.com/forums/</guid>
			<description><p>Can't be sure in the CSS as I don't see any font designated for Navigation Stuff.
</p></description>
		</item>

	</channel>
</rss>
