This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
I have an issue with the menu and the submenu items. When I am in the submenu pages, I would like the “mother” item of the menu to be in yellow as it happens in the other pages when I am in them. How can I do it?
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.header-main .current_page_ancestor {
color: #dbb449;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up