• Hi,

    My website Wormpack.com has main menu in home page that navigates to 6 child pages.

    And each child page has another 6 topics.
    Now I need to create dropdown menus for each topic when hovered around it, just like main menu shows 6 child pages when hovered.

    I tried by creating a custom menu, but for some reason the drop down menu does not show up in child pages.

    Can anyone suggest how to create that drop down menu in each of my child pages. Do we have any plugins or should I add code for it.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • To create the drop down menu, first you need to target the parent menu with a:hover. Then you could target the
    <ul> (child menu) inside the parent menu, and add height/width, and perhaps position: relative;. It gets complicated, but that should get you started. You can probably find examples looking at the source of other themes.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add dropdown menu in child pages’ is closed to new replies.