Social Icons Border Color

Discussion in 'Woodpecker WordPress Business Theme' started by rmadala313, Jul 10, 2014.

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

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Hello,

    The Facebook and Twitter social media icons on the top right of me website have a white top and bottom border that I would like to remove or change the color of, please.

    Thank you.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify your issue with the help of screenshot images and also share us your website link,
    so that we can able to provide you exact solution.
     
  3. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Thank you. I changed the color scheme and now the white border doesn't show up as much.

    You can still see a little white border around the Facebook and Twitter icons on the very top menu of my site. The Pintrest and Rss icons have no white border.

    http://staranisefoods.com/development/
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .top-icons ul li {
    height: 25px ! important;
    background-position-y: -1px;
    } 
    You can adjust the value of "height" and "background-position-y" as per your requirement.
    This will solve your issue.
     
  5. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page