Hi,
I have installed and customized the theme "Motion." the blog is available on http://www.indiaopengrandprix.com/
The sub-pages do not appear as drop down menus on the Main Nav Bar at the top. I did the following:
1. In the Header.php file, I changed the following
<?php wp_list_pages( 'depth=2&title_li=0&sort_column=menu_order' ); ?>
(changed Depth value from 1 to 2)
The Sub Pages now show up below the main Page on the Menu bar!
2. in the CSS I changed the CSS from:
#top #topmenu li ul {
display: block;
}
to
#top #topmenu li ul {
display: none;
}
The Sub menu now dissappears!
But I am unable to get the right code in the CSS to drop down the Menu when the mouseover happens on the Main nav.
Any Suggestions?
Thanks you in adavance!
N