April 28, 2014 at 7:28 pm
#9808
Theme Horse Support Team
Keymaster
Hi Dfraley,
To make current menu item bold when it is acitve Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
font-weight: bold;
}
Thank you!
Regards,
Theme Horse