http://FootieArts.com The menu is using CSS. How do I change the font of the menu ? Any help would be great.
You'll be needing a bit of CSS selector magic... try .menu li a { font-family:tahoma font-size:10px; color:#445566; } or, since this selector will probably already be in your css file - menu/menu_style.css - just find the line that starts with ".menu li a" and modify what's in the { } Also, try messing with the "font-family" and "font-size" until you get it looking how you want. And "color" is just there to show you how the change the colour too