Hi,
I was wondering if it’s possible to have this kind of sidebar menu. The parent pages are shown, but when clicked it slides open and the underlying pages are shown. This megamenu now is shown on hover but not within the sidebar itself.
check screenshot of what I mean here: http://imgur.com/oWnZSlD
Hi Tom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#cssmenu-650 {
width: 100%;
}
#cssmenu-650 > ul > li > a {
background: transparent!important;
color: black!important;
text-shadow: none!important;
text-align: center;
border: none!important;
}
#cssmenu-650 ul ul li a {
background: green!important;
text-align: center;
}
Best regards,
Yigit