Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Changing font size in drop down menu of page bar (http://forum.bytesforall.com/showthread.php?t=2028)

ftf79 Jun 12, 2009 11:52 AM

Changing font size in drop down menu of page bar
 
Is it possible to change the font size in the drop down menu of the page bar? I have the top level pages appear at 22px, but would like the drop down ones to be 11. Thank you so much.

Flynn Jun 18, 2009 04:35 AM

You can with a HTML/CSS Inserts -> CSS Insert

ul#rmenu2 li a:link,
ul#rmenu2 li a:active,
ul#rmenu2 li a:visited,
ul#rmenu2 li a:hover {
font-size: 22px;
}

ul#rmenu2 li ul li a:link,
ul#rmenu2 li ul li a:active,
ul#rmenu2 li ul li a:visited,
ul#rmenu2 li ul li a:hover {
font-size: 11px;
}

For the category menu use ul#rmenu instead

nickmoreton Apr 28, 2011 12:50 PM

Sorry to open up an old thread, but does this work in the current version?

I have tried doing as suggested above but no joy. Any ideas?

Thanks
Nick


All times are GMT -6. The time now is 04:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.