This page class
URL to the page in question:
http://www.anapozo.mialias.net
-
Hello Bill,
Is there a way I could highlight the page I am in in the navigation menu?
Thank you
Good Morning Paloma,
Great question there. You can style the current page item differently if you’d like to. WordPress adds a bit of HTML to the current item that we can use as a hook to apply a different style. Here’s how:
- Go to your theme options page and choose the Style tab.
- Scroll down to the Custom CSS box and add this:
header#primary li.current-menu-item a,
header#primary li.current-menu-item a:visited {
color: #ffffff;
}
- Change the #ffffff to the color you’d like to use.
- Update your settings.
That should do the trick. If you have any trouble, just let me know.
Thanks,
Bill
- The topic ‘This page class’ is closed to new replies.