How to Slider Button from 'waggling'

Discussion in 'Traffica WordPress Theme' started by bizzyboy, Nov 30, 2013.

Thread Status:
Not open for further replies.
  1. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    When I hover the mouse over the Big button, under the 'Slider Description' text it 'waggles/vibrates/shakes'. How can I stop it from doing that?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flexslider .slides .content a.btn-2:hover {
    -webkit-animation:none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    }
    This will solve your issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page