/ Published in: CSS
                    
                                        
Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#navigation li a:hover,
#navigation li.current_page_item a,
#navigation li.current_page_ancestor a
{
color:#fff;
background:#41af3d;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                