• Resolved rathanacio

    (@rathanacio)


    Thank you for this theme; so far it seems to be very user friendly and the documentation has been helpful, but I’m having one problem:
    In my header menu, if I have pages under my parent pages, they drop down as options but the parent page itself does not open when clicked. The menu item works fine if there are no pages under it. Hoping you can help.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    rathanacio,

    Thanks for trying out the theme, we appreciate it ??

    For the menu – this is by design to facilitate users on mobile phones and tablets (touch devices) since there is no means to “hover” on those devices.

    If you would still like to modify the behavior of the menu, please try this in the Advanced > Custom CSS area:

    @media (min-width: 979px) {
      ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
      }
    }

    Best of luck.

    Thread Starter rathanacio

    (@rathanacio)

    Thanks for the quick response. I understand the reasoning and I’ll play around with my options to make that work for us.

    Thread Starter rathanacio

    (@rathanacio)

    I’m not sure how to mark this resolved.

    Theme Author lyrathemes

    (@lyrathemes)

    I’ve done this for you ?? Thanks and let me know if you need anything!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header menu parent pages not displaying’ is closed to new replies.