Social icons in header

Discussion in 'Woodpecker WordPress Business Theme' started by gwindylyn, Mar 9, 2015.

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

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    How do I make them static with no animations? I would like to take out the rotation . . .

    Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi gwindylyn!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top-icons ul li {
    transition: none;
    }
    .top-icons ul li.fb:hover {
    background: url('wp-content/themes/woodpeckertheme/images/top-icons.png') no-repeat 0 0;
    }
    Thanks,
    Praveen
     
  3. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page