Is there a simple way to highliht the current page in the submenu?
ie:
PARENT LINK1 | PARENT LINK2 |
CHILDREN LINK1 <– highlight both this one AND the parent link
thanks
Hey!
Try adding this code to the Quick CSS:
.current-menu-parent .avia-menu-fx, .current-menu-parent .avia-arrow-wrap{
opacity: 1;
display: block;
visibility: visible;
}
.current-menu-parent a{
color: #333333;
}
Cheers!
Josue
thanks