Jump to content
Sign in to follow this  
jasonp

Getting White from dropdown when dropdown disabled

Recommended Posts

jasonp

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×