Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #191898

    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

    #191924

    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

    #192885

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to keep a specific submenu open on all pages’ is closed to new replies.