Hi Guys,
I currently have on the theme a bold option to display which ever current menu the user is on.
Using the code below:
.menu .nav-sublist-dropdown ul > li.current-menu-item >a{
color:#00457c !important;
font-weight: bold !important;
}
.menu > li.current-menu-item > a {
color:#00457c !important;
font-weight: bold !important;
}
—
However I need to figure out the ffg scenario if possible
When a user clicks on a child menu it goes bold. How would i get the parent menu to be bold at the same time aswell..
So for example
Service (Parent, non click able) (Needs to be bold)
Service 1 (Current Child click able) (Needs to be bold)
Service 2 (Child click able)
Service 3 (Child click able)
Thank You
Z