• Hi

    I want to remove drop-down functionality from my wordpress main menu.
    This is because I am running my sidebar menu and main menu off the one menu in the admin panel using WP Nav Plus, and therefore don’t need anything other than parent pages showing in the main menu.

    I need to do this without changing the menu.

    Help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Wil

    (@limecanvas)

    @rmeftd – You need to post a link to your site so that people can understand what you are trying to achieve.

    Thread Starter rmetfd

    (@rmetfd)

    EDIT –

    I got it working by using the following CSS code.

    div#navigation ul ul {
        display:none;
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove main menu drop down functionality’ is closed to new replies.