Viewing 9 replies - 1 through 9 (of 9 total)
  • Could you explain what you mean by fade out to the submenus? Do you know of another site that does this? If so, could you post a link?

    Thread Starter diagana

    (@diagana)

    Sorry for my bad explanation.

    It’s possible, that when I’m with the mouse over the menu items, the menue items slide out to submenues without clicking? Now I must click the menue item to see the submenue item.

    for example: https://www.baur.de/

    Ah, so you mean like the “About” menu item on my site.

    To do that, you need this code in the style.css in your child theme.

    /*make the menu sub-menu items drop down on mouse hover */
    ul.nav li.dropdown:hover > ul.dropdown-menu{
        display: block;
        margin: 0;
    }

    Thread Starter diagana

    (@diagana)

    Yeaah…that’s it! Thank you!!!!

    Hi apologise for noobishness, but I have followed the instructions kindly supplied by ElectricFeet and successfully created a child theme in customizr, but when adding the code for the hover drop done to the style.css nothing happens, I have added it to the CSS editor within WP nad to the file itself via filezilla, but nothing seems to work. What am I missing?

    Site is https://www.insideicbgroup.com

    Can you start a new thread please. Unlikely anyone will look at a [resolved] issue.

    That worked. Thank you diagana.

    Just to say this code helped with a problem I had that Jetpack clashed with Customizr and stopped the drop down menu working at all.

    Electric Feet’s code solved that, and brings out the behaviour I prefer too.

    See: https://www.paintedoceanmusic.com

    Thanks!

    Great solution, thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘navigation menu fade out’ is closed to new replies.