Increase Social Icon Size

How do you increase the social icons in the footer? And is it possible to change icon sizes in general throughout the site?

Comments

  • Hi,

    to increase social icons in footer, you can use below css:
    #Footer .footer_copy .social li a { font-size: 20px !important; }
    but to increase size of all icons throughout the site, you should use below css:
    .the-icons.span3 [class^="icon-"] { font-size: 30px !important; }
Sign In or Register to comment.