• Beautiful theme. Thanks for both Signify and Signify Dark. When one hovers over any of the top level menu items (Home, About Imports, Contact), the dropdown for the Imports menu appears. There is only one dropdown, but it should only appear for the Imports menu item. Any suggestions or help are welcome. This is likely a conflict, but I am having difficulty figuring out what the conflict it.

    The main code for the menu hover effect is this:

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .top-navigation ul li:hover > ul,
    .top-navigation ul li.focus > ul {
      left: auto;
      right: 0; }
    
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul,
    .top-navigation ul ul li:hover > ul,
    .top-navigation ul ul li.focus > ul {
      left: 100%; }
    • This topic was modified 2 years, 1 month ago by arconsulting.

    The page I need help with: [log in to see the link]

  • The topic ‘Signify Dark Dropdown menu problem’ is closed to new replies.