jasonp 0 Report post Posted January 10, 2010 Hi Andrew: I'm trying to get the white mouse overlay on the menus that activates when you turn on the "Use Dropdown" IN WHP, but I'd like it with dropdown turned off. The reason for this is that the white mouseover makes navigation much easier, but the dropdowns have created confusion as to what page should appear (and where you are) when you click on the menu itself but don't click on any of the subnav's. How can I manually enable the white overlay? All the best, Jason Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 10, 2010 hmm. lots of ways to do this... one way would be to change this line that calls navigation in the header.php file: `wp_list_pages('exclude='.$frontpage_id.$forum_exclude.'&depth=3&title_li=');?>` to this: `wp_list_pages('exclude='.$frontpage_id.$forum_exclude.'&depth=1&title_li=');?>` (changed depth from 3 to 1) Share this post Link to post Share on other sites
jasonp 0 Report post Posted January 13, 2010 Thanks Andrew. I made this change but it didn't seem to do anything...what is the logic of what's supposed to be happening here? Is there by no chance a custom CSS mod? (something like #menumouseover{color:white}?). Just checking. Thanks for your help, Jason Share this post Link to post Share on other sites