Collapsible Sub Menu with Triangle
The topic ‘Collapsible Sub Menu with Triangle’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
How can I modify my Menu such that the submenus are grouped together in the website’s menu, and then expands when you click on it’s parent menu triangle?
The blog I need help with is sammydesign.ca.
Thanks!
Sam
The blog I need help with is: sammydesign.ca
My apologies and sorry for the confusion….
I’m actually trying to get the drop down triangle to show up only for the submenu items (i.e. Submenu item “720 Mins” to be hidden unless you press the triangle), but I want to keep the parent menu permanently in place just like it is at the moment. http://www.sammydesign.ca
My CSS code is:
#access ul.sub-menu {
display: block !important;
}
b.caret {
display: none;
}
#access ul ul, .widget .menu ul {
background: #F2F2F2;
}
Hi Sam,
This will be pretty difficult with just CSS. As you know, you cannot change anything else on .com so, I would suggest either try the default behavior or just show all submenus.
Sorry,
Chandra
The topic ‘Collapsible Sub Menu with Triangle’ is closed to new replies.