How to increase the size of social icons in Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
If you want to increase the size of footer social icons, then you need to install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
ul.social li a { font-size: 22px; }
You can change the increase the value of font as per your wish.