Social Links images

Discussion in 'BizWay WordPress Theme' started by bigtflyer, Jan 29, 2014.

  1. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Hello,

    Is there a way to increase the size of the social links images so that they apprear larger?

    My site is damageawayusa.com/wordpress

    Thanks!

    Tim
     
  2. 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:
    .tt-wrapper li a.fb, .tt-wrapper li a.tw,.tt-wrapper li .rss,.tt-wrapper li a.yh ,.tt-wrapper li a.yt {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    } 
    You can adjust the above values as per your requirement.

    or

    You can go to images directory present in your theme directory and replace your bigger images with present social icon image or edit it.
    Note:- Use same name for your edited image and remove the current image.

    See the link given below
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    I hope it will help you.
     

Share This Page