Reply To: On adding a "selected" state on the navigation menu buttons, main level
Welcome to iMaginem Support! | Forums | RSW for WordPress | On adding a "selected" state on the navigation menu buttons, main level
Hi,
edit /css/menu/superfish.css
add following to end of file
.menu .current-menu-item { background:#333; }
If you look into the browser code you’ll see that wordpress inserts lots of menu item state classes. Using those class hooks you can style in additional levels like – .current-menu-parent , etc.
Thanks