Home Forums WoodMart support forum Menu dropdown closes too quickly

Menu dropdown closes too quickly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #551368

    ikiyamay
    Participant

    Dear Sir

    my menu dropdown close too quickly
    like attachment video
    how can we solve it

    Thanks

    #551607

    Hung Pham
    Participant

    Hi ikiyamay,

    Thanks for reaching to us.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    .wd-dropdown-menu.wd-dropdown {
        transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    }

    Regards,

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