Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Disable animation dropdown menu

Home Forums VW Theme VW CHARITY NGO PRO THEME Disable animation dropdown menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #73677
    Pascal Visser
    Participant

    Is there a way to disable the animation for the top dropdownmenu?
    Can’t find the option for that in the themecustomizer in my backend.

    #73749
    developer vwtheme
    Participant

    Hi,

    Add following CSS to remove animations

    .side-navigation ul ul {
    animation-name: none;
    animation-duration: unset;
    animation-fill-mode: unset;
    }
    To add CSS follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    Thank you

    #73763
    Pascal Visser
    Participant

    Thanks VWThemes,

    That works just fine!

    Thank you for your time.

    #73786
    developer vwtheme
    Participant

    You are welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.