Is it possible to not show a drop down menu on certain pages (based on the path or active-trail)
I was actually able to solve this with CSS:
.active-trail .sf-depth-2{ display:none; }
Hopefully it helps someone
Comments
Comment #1
cmckay commentedI was actually able to solve this with CSS:
.active-trail .sf-depth-2{
display:none;
}
Hopefully it helps someone
Comment #2
cmckay commented