Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • angie00 Friend
    #923593

    Has anyone came up with an alternate menu display besides the default Sugite menu? We have a few people want a different menu style and so looking for a possible solution. The feedback we got was they do not like having to hover over it to see the nested categories. When they are on the page, they just want to see the nested items displayed under main menu. They said they want people to be able to quickly know what is quickly at a glance what is within the main menus. I think that is a logical and smart request so I am wondering if anyone has restyled the menu to a more useful "end-user friendly" format?

    Attached sugite example and example we were given.


    1. Screen-Shot-2016-04-27-at-11.18.19-AM
    2. Screen-Shot-2016-04-27-at-11.24.39-AM
    Pankaj Sharma Moderator
    #923728

    Hi
    Try my suggestion given in this thread to change the Menu module views .
    Hope it helps .

    angie00 Friend
    #923929
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #923962

    Hi
    Try the code below

    .t3-sidebar .dropdown-submenu > .dropdown-menu { position: static; display: block; float: none; background-color: initial; border: 0px solid #cccccc ; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ; box-shadow:none; padding-left: 15px; }

    angie00 Friend
    #1080698

    Hi,

    I have added the code you suggested but this is the effect we are getting (screenshot)
    https://goo.gl/Vp5NWW

    Is it possible to just have the submenu items nested without the hover effect? (2nd screenshot)

    Thank you for your guidance!


    1. Screen-Shot-2017-12-12-at-9.31.17-AM
    2. Screen-Shot-2017-12-12-at-9.38.34-AM
    Pankaj Sharma Moderator
    #1080773

    Hi
    Use this code

    .t3-sidebar .dropdown-menu { position: static; display: block!important; float: none; background-color: initial; border: 0px solid #cccccc ; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ; box-shadow:none; padding-left: 15px; }
    

    After this, you can apply your own style too in the same code to change the colours, background etc.

    Regards

    angie00 Friend
    #1082722

    THANK YOU! We just have one more issue we aren’t sure why it’s doing this: (Screenshot)


    1. Screen-Shot-2017-12-21-at-10.42.26-AM
    Pankaj Sharma Moderator
    #1082828

    Hi
    Add below code in custom.css file

    .dropdown-menu > li > a {
        white-space: inherit;
    }

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum