Dropdown / Menu

Home Forums Gillion Theme Dropdown / Menu

Home Forums Gillion Theme Dropdown / Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cryptoGo
    Participant

    Hey Team,

     

    how do i get a the dropdown menu, when i hover over the menu items, without animations shown?

    These are my settings:

    Header Animations
    Dropdown Closing Delay
    Choose header dropdown closing delay speed (seconds)
    0

    Dropdown Opening Speed
    Choose header dropdown opening speed (seconds)
    0

    Dropdown Animation
    Choose dropdown animation
    Linear <–
    Fast to slow
    Slow to fast
    Slow to fast (2)
    Bounce

     

    At the moment my changes doesn’t have any impact at all.

     

    Best Regards!

    Hi @cryptoG,

     

    I hope you are well today and thank you for your question.

     

    You can disable dropdown animation by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav ul.sub-menu {
        height: auto !important;
        opacity: 1 !important;
    }

     

    Best regards,
    Shufflehound team

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