This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
How can i keep the “Portfolio” menu highlighted as current_page_item when the user is in individual portfolio posts? thanks!
Hello,
Add this code in Theme Options > Theme custom CSS > Global custom CSS:
.single-etheme_portfolio #menu-item-6123 a {
color: #89a0a5;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up