Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #424499

    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

    #424728

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.