Increase Size of Social Icons in Footer

I would like to increase the size of the social icons in the footer widget.

http://myworshipmentor.com

@movin are you still around to help?

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the icon size by going to Appearance > Customize > Additional CSS and pasting it there.

/*Icon Size*/
.genericon {
    font-size: 35px;
    padding-right: 15px;
}

Best Regards,
Support

Thanks for the fast reply! You guys are awesome.

That code did increase the padding around the icons but the icons stayed the same size.

Any other options?

Thanks for any help you can give.

Hello there,

Thanks for that feedback. Please try using this CSS code instead:

/*Social Icon Size*/
.widget_wpcom_social_media_icons_widget .genericon {
    font-family: Genericons;
    font-size: 40px;
}

Best Regards,
Support

Perfect. Thanks!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support