Wayfinder With Hover Dropdown Menus

  /* the wayfinder call */
      
           [[Wayfinder? 
               &startId=`0` 
               &level=`2` 
               &rowClass=`nav-item` 
               &outerClass=`navlist` 
               &sortby=`menuindex` 
               &sortdir=`ASC`
               &parentClass=`dropdown`
               &innerClass=`dropdown-menu`
               &innerRowClass=`dropdown-item`
             ]]
     /* add simple css below and modify to suit your needs */
 .navlist {position:relative;}
.dropdown-menu {display: none;}
.dropdown:hover .dropdown-menu {z-index: 999;display:block;position:absolute;background:#000;top: 34px;padding: 1em;}
.dropdown:hover .dropdown-menu a{color:#fff;}
.dropdown:hover .dropdown-menu a:hover, .dropdown:hover .dropdown-menu .active a{color:#c75c32;}
   

Get In Touch

Have a question? or perhaps spotted a problem?
Maybe you have something you would like to add. Drop us a line anytime!