-
AuthorPosts
-
angie00 Friend
angie00
- Join date:
- November 2014
- Posts:
- 115
- Downloads:
- 19
- Uploads:
- 62
- Thanks:
- 116
- Thanked:
- 1 times in 1 posts
April 27, 2016 at 4:29 pm #923593Has 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.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 28, 2016 at 12:42 am #923728Hi
Try my suggestion given in this thread to change the Menu module views .
Hope it helps .angie00 Friendangie00
- Join date:
- November 2014
- Posts:
- 115
- Downloads:
- 19
- Uploads:
- 62
- Thanks:
- 116
- Thanked:
- 1 times in 1 posts
April 28, 2016 at 11:19 am #923929This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 28, 2016 at 12:26 pm #923962Hi
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 Friendangie00
- Join date:
- November 2014
- Posts:
- 115
- Downloads:
- 19
- Uploads:
- 62
- Thanks:
- 116
- Thanked:
- 1 times in 1 posts
December 12, 2017 at 3:39 pm #1080698Hi,
I have added the code you suggested but this is the effect we are getting (screenshot)
https://goo.gl/Vp5NWWIs it possible to just have the submenu items nested without the hover effect? (2nd screenshot)
Thank you for your guidance!
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2017 at 2:33 am #1080773Hi
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
1 user says Thank You to Pankaj Sharma for this useful post
angie00 Friendangie00
- Join date:
- November 2014
- Posts:
- 115
- Downloads:
- 19
- Uploads:
- 62
- Thanks:
- 116
- Thanked:
- 1 times in 1 posts
December 21, 2017 at 4:44 pm #1082722Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 22, 2017 at 4:41 am #1082828Hi
Add below code in custom.css file.dropdown-menu > li > a { white-space: inherit; }
Regards
AuthorPostsViewing 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
Jump to forum
Sidebar Menus
Viewing 8 posts - 1 through 8 (of 8 total)