
Originally Posted by
jettrue
Add the !important as below:
div#dropMenu ul.level2 li a:hover
{
color: #D66E7B!important;
background-color: #F3D5D8;
}
I'm on a mac too.
I think the easiest way to add pages is with EZ-pages in the admin.
jettrue, that worked! thank you. As to the easy pages, I did try it. unfortunately, the info pages are disperced and some are parent of children, so after palying with it, moving the code
HTML Code:
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
around the tpl_dropdown_menu.php file, i gave up. but yes, it is easy to add pages with ez pages.
thank you for everything.