Is it possible to not show a drop down menu on certain pages (based on the path or active-trail)

Comments

cmckay’s picture

I was actually able to solve this with CSS:

.active-trail .sf-depth-2{
display:none;
}

Hopefully it helps someone

cmckay’s picture

Status: Active » Closed (fixed)