Problem: I need to keep the 1st main menu item’s submenu open pernanently on all pages of the site
I’ve been wrestling with this for a few days, and can’t seem to do it with this theme. I’d done this before with other themes, and all I needed to do was to override the display:hide css for the specific menu item, but it doesn’t seem to work here. Can I get some help from your people?
The site is at http://lifestop10.com/ and the menu item I would like to keep open is “Life’s Top 10”.
Sincerely,
Chad
Hi ChadRichardFlorida!
You should be able to do it with:
#menu-item-4535 > ul.sub-menu {
visibility: visible !important;
opacity: 1 !important;
}
You can add it to the desktop only media query in the custom.css file in your css folder so that it only effects screen sizes above 767px wide as well.
Cheers!
Devin
Thanks Devin!
It worked, but, as it turns out, it’s not the look that the boss wants. It does cover up a part of the content area. At the moment, we’re triny to implement a slide-in/out sidebar menu.
Kindly consider this support request as resolved.
Thanks!
Chad