Bigger social media icons

Discussion in 'ColorWay WordPress Theme' started by pupwild, Mar 22, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    Is there a way to make the social media icons bigger without a plugin?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer-navi .navigation .right-navi a img {
    width: 35px;
    height: 50px;
    }
    .footer-navi .navigation .right-navi {
    width: 450px ! important;
    }
    Change these values as per your requirement.
    This will solve your issue.
     

Share This Page