Dynamic Nav Hightlighting WP 3.5 – using wp_nav_menu
-
I am new to the wordpress dynamic menu and am a designer with limited PHP knowledge. I just started using the
<?php wp_nav_menu( array('menu' => 'Main' )); ?>
tag and it works great.
I have a menu but want to know a simple way to be able to highlight the current page you are on in the navigation. (Ex. If we have three nav links: about, blog & contact. When I am on the “about” page I would like to change the color of the link to black from light grey.)Thanks for any insight!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Dynamic Nav Hightlighting WP 3.5 – using wp_nav_menu’ is closed to new replies.