Home Forums WoodMart support forum Mega Menu – Remove fading effect (or adjust duration)

Mega Menu – Remove fading effect (or adjust duration)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #595038

    josh-6874
    Participant

    Is there a way to remove the fading effect for the mega menu, or adjust fading duration?

    #595180

    Hello,

    Sorry to say that, Can you please share some screenshots or examples of what you actually want, so I will check and give you a possible solution?

    Best Regards

    #596852

    josh-6874
    Participant

    Please see the video in the private content (URL) for details. When the cursor is moved fast before the mega menu completely fades out, the menu keeps fading in (reappearing), disabling the user from interacting with the page beneath. I want to disable the fade effect or change the animation duration to prevent the mega menu from blocking the webpage.

    #596921

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #598436

    josh-6874
    Participant

    Thanks. Please refer to the private content.

    #598535

    Hello,

    To remove the fading effect entirely try to add the following custom css code in theme settings > custom css.

    .wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened {
        transition: none !important;
    }

    To adjust the fading duration:

    .wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened {
        transition: opacity 1s ease !important;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)