Show Grandchild/Child Menus On Hover Resolved Requested: 4 years and 3 weeks ago Hi, Would the to achieve a left menu that functions the same as on this site? – http://bromptonhall.n-yorks.sch.uk/ Many Thanks, Rita
Rita Johnson 4 years and 3 weeks ago I would like to achieve the above, sorry about the confusing grammar.
OnPoint Plugins 4 years and 3 weeks ago Good Morning Rita, This may be achieved by adding the following custom CSS: .grandchild-sidebar-menu { top: 3px; left: 105%; margin: 50px; display: none; position: absolute; min-width: 100%; z-index: 1; background-color: #E5EAEE; width: auto !important; } .grandchild-sidebar-menu li { width: auto !important; float: none; } .grandchild-sidebar-menu a { color: #000 !important; white-space: nowrap; font-weight: 700; padding: 7px 10px; } .grandchild-sidebar-menu li:hover { background-color: #B61311; } .grandchild-sidebar-menu li:hover a { color: #FADCDB !important; } .child-sidebar-menu .has_children { position: relative; } .child-sidebar-menu .has_children:before { content: '>'; position: absolute; right: -10px; } .child-sidebar-menu .has_children:hover > ul { display: block; } .child-sidebar-menu .has_children a { color: #fff; } Also I recommend checking the option labeled “Always display child pages” to use along with this CSS. Have a great day! Mat Lipe
I would like to achieve the above, sorry about the confusing grammar.
Good Morning Rita,
This may be achieved by adding the following custom CSS:
Also I recommend checking the option labeled “Always display child pages” to use along with this CSS.
Have a great day!
Mat Lipe
Excellent, thank you so much for this it is hugely appreciated!