Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #492586

    Hi,

    I have a very long sidebar menu & I would like to collapse those sub items & only expand when on click or on hover. How could I perform this action?

    Thanks
    Jack

    #493006

    Hi myproduct!

    We can do it via CSS but it would only work on hover. Send us a link to your page and we’ll take a look.

    Regards,
    Elliott

    #493271

    Hi,

    Here’s the link.

    #493624

    Hey!

    Add this to your custom CSS.

    .widget .sub-menu { dipslay: none; }
    .widget li:hover .sub-menu { display: block; }
    

    Cheers!
    Elliott

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