How do I increase the size of social icons in footer
Answered on February 10, 2016.
Hi there,
These are icon fonts, so increasing their size is just like increasing font size. Add the following to the CSS panel in the Customizer (or DevKit if you have it) and then increase the number to increase the size. The following provides a 20% increase on the original size of 14px.
.copyright .nav-horizontal i { font-size: 1.2rem; }
that worked thank you 🙂