Hi there,
On our site, we use the left sidebar menu with three levels. Both 1st and 2nd level menu items are custom links (non-clickable). !st level menu item is highlighted when a 3rd level page is active, but we need 2nd level highlighted as well.
I’ve put link and login credentials in the Private Content
Hope you can help.
Best regards
Hey mariajoensen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.current-menu-parent {
font-weight:800;
}
Best regards,
Vinayw
Hi Vinay,
Tried that – also with :bold and !important – no luck.
Best regards
Hi,
We made some slight modification to the code and added the below code in Quick CSS pelase review the site now :)
.av-main-nav ul li.current-menu-parent > a > .avia-menu-text{
font-weight: 800!important;
}
Best regards,
Vinay
Thanx Vinay, that worked.
Best regards