<?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: menu font size</title>
		<link>http://www.themolitor.com/forums/topic/menu-font-size</link>
		<description>THE MOLITOR FORUMS &#187; Topic: menu font size</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 07:42:35 +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/menu-font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23231</link>
			<pubDate>Fri, 13 Sep 2013 14:27:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23231@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>silverado on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23228</link>
			<pubDate>Fri, 13 Sep 2013 13:39:27 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">23228@http://www.themolitor.com/forums/</guid>
			<description><p>It works!!!</p>
<p>Thank you Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23227</link>
			<pubDate>Fri, 13 Sep 2013 13:29:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23227@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this...</p>
<pre><code>#dropmenu a {font-size: 12px !important;}</code></pre>
<p>Let me know if that works better.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>silverado on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23225</link>
			<pubDate>Fri, 13 Sep 2013 13:23:41 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">23225@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris, I've sent you the link through the form in your theme forest profile.</p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23201</link>
			<pubDate>Fri, 13 Sep 2013 08:20:59 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23201@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll take a look.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>silverado on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23195</link>
			<pubDate>Fri, 13 Sep 2013 03:28:19 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">23195@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris, I added the '!important' but it's not working :-(</p>
<p>Mario
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23164</link>
			<pubDate>Thu, 12 Sep 2013 08:42:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23164@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try adding <code>!important</code> to the font size declaration...</p>
<pre><code>#dropmenu &#62; li &#62; a {
	display: block;
	padding:0 15px;
	font-size: 12px !important;
	color: #fff;
	position: relative;
}</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>silverado on "menu font size"</title>
			<link>http://www.themolitor.com/forums/topic/menu-font-size#post-23154</link>
			<pubDate>Thu, 12 Sep 2013 05:22:28 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">23154@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, to change the size of the text in the main menu buttons I've added this piece of CSS to my style.css file in my child theme (from 10 to 12). But if a button has a dropdown button the text size there is still 10.</p>
<p>How can I change it?</p>
<p>Thanks</p>
<pre><code>#dropmenu {list-style:none; position:relative; z-index: 400;}
#dropmenu &#62; li {list-style:none;   position:relative; display:inline-block;}
#dropmenu &#62; li:hover {background-color: #111;}
#dropmenu &#62; li &#62; a {
	display: block;
	padding:0 15px;
	font-size: 12px;
	color: #fff;
	position: relative;
}</code></pre></description>
		</item>

	</channel>
</rss>
