Hi
For the DROP DOWN on my website, I want to highlight the current page I am on with a different color or make it bolder.
http://optizign.org/sitepreview/personaltouchdental.com/
The TOP MENU currently has this however if I am on a page within the DROP DOWN it doesn’t highlight the current page.
Hey!
Add this code to the Quick CSS:
#menu-main-menu .sub-menu .current-menu-item a{
color: red !important;
}
I don’t think making it bolder would work because all the sub-menu links are actually bold.
Cheers!
Josue