changes to Four Column Feature

Discussion in 'Traffica WordPress Theme' started by vesity, Nov 22, 2013.

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

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Still waiting for some help on this, which I originally posted a few days ago...

    In the 4 column features, how do I...
    1. Remove drop shadow from circles?
    2. Stop circles from spinning?
    Thank you.
     
  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:
    .feature_inner_box img{
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    }
     
    .feature_inner_box img:hover {
    -webkit-animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation:none;
    }
    This will solve your issue.
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page