Quote Originally Posted by jettrue View Post
No, h1-h3 wouldn't do anything, since the menu doesn't use h1-h3 at all. You can view the source of your site to see what that section DOES use (for example, you'll seen the menu is wrapped by <div id="dropMenu"></div> so then you can use:

#dropMenu {font-size:.9em;}
Sorry, I am still not sure how to correct this. it is in zencart/includes/templates/apple_zen/common/tpl_drop_menu.php

I tried the following:

1. <div id="dropMenu">
#dropMenu {font-size:.9em;}
<ul class="level1">
2. <div id="dropMenu" font-size:.5em>


both are not working. the site is fx.pcmfx.com

thanks, -dale