Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #692524

    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

    #692629

    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

    #693017

    Hi Vinay,

    Tried that – also with :bold and !important – no luck.

    Best regards

    #693761

    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

    #693810

    Thanx Vinay, that worked.

    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Highlight 2nd level custom menu item’ is closed to new replies.