Return to Snippet

Revision: 14431
at June 3, 2009 22:07 by kstetson


Initial Code
#navigation li a:hover,
#navigation li.current_page_item a,
#navigation li.current_page_ancestor a
{
color:#fff;
background:#41af3d;
}

Initial URL


Initial Description
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.

Initial Title
Style the down nav state on a wordpress page

Initial Tags
css, page, wordpress, style, navigation

Initial Language
CSS