• I can’t seem to slow the speed of my drop down sub menu. I have tried adding transition css to my childtheme but it is having no effect. There seems to be no mention of it in the JS folder either. I have tried adding the transition rules to various classes and can’t seem to get it right!

    The site is https://www.crystalconstruction.lk

    Thank you!

    Ben

Viewing 1 replies (of 1 total)
  • Thread Starter b_boy02

    (@b_boy02)

    I tried this in JQuery

    $(‘ul.sub-menu > li a’).hover(function() {
    $(‘ul’).slideDown(‘slow’);
    }, function() {
    $(‘ul’).slideUp(‘slow’)
    })?

    Didn’t work

Viewing 1 replies (of 1 total)
  • The topic ‘How to slow down drop down menu speed?’ is closed to new replies.