vsanna 0 Report post Posted March 9, 2011 Hi there, Since the recent upgrade and after creating my sub nav with Menus rather than through WordPress child pages, I seem to have lost the "down" or "clicked" state of the page names when viewing the respective pages. The hover state is active, but it would be nice to have an visual clue to confirm the page being viewed after the click on the menu. Any ideas or have I missed something simple? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 9, 2011 The active state might just be using the same rule as the normal state. Did you play with the design control options? Otherwise you'd have to look for the CSS selectors using a browser developer toolbar or post a link to your site. Share this post Link to post Share on other sites
vsanna 0 Report post Posted March 10, 2011 Hi Adam, As it turns out, I found and added a bit of custom code to the base.css file that did the trick #secondnav li.current-menu-item a { color:#_____; } Thanks for your help. Share this post Link to post Share on other sites