Social: increase the size of social icons

Example:

Code:

/* -- code to increase the size of social icons in footer -- */
.social-icons li .icon  { font-size: 60px; }
/* - end - */

We've used 60px; for the icon size in this example. You can adjust that value to your preference. Here's an example of how large 60px; is:


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code