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

Mega Menu – Remove fading effect (or adjust duration)

Viewing 8 posts - 1 through 8 (of 8 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

    #599851

    josh-6874
    Participant

    Thanks for the code snippets. Issue solved.

    #599901

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Mega Menu – Remove fading effect (or adjust duration)’ is closed to new replies.