Okay
  Public Ticket #2902921
Disable Cart Icon Animation
Closed

Comments

  •  1
    fancywolfeffects started the conversation

    Hello!

    The Woocommerce Cart icon in the navigation header currently has an animation on load. Looks like FadeInUp.

    How can I disable this animation?

    Thanks!

  •  1,878
    Judith replied

    Hi There.

    Thanks for keeping in touch.

    Please send in your website url so that we can provide css for what's possible.

    Thanks.

  •   fancywolfeffects replied privately
  •  8,841
    Tahir replied

    Hey Again,

    I am currently viewing a Slide IN effect? . Let us know if you still need help with this?.

    Thanks 


    ThemeNectar Support Team 

  •   fancywolfeffects replied privately
  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        transform: none;
    }
    .ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        -webkit-transition: none;
    }

    Thanks.

  •  1
    fancywolfeffects replied

    That did it thanks!