09/30/2016 at 12:56 pm
#393829
Keymaster
@ Jonathan
The only way to do this is by editing the template file. Navigate to the ../wp-content/plugins/connections-circled/
folder via FTP.
Look for this line:
$email = $entry->getEmailAddressBlock( array( 'preferred' => TRUE, 'format' => '%icon%', 'size' => 16, 'return' => TRUE ) );
Change ths 16
to a 32
.
If you decide to make this edit, then you should create a template override file so the change is update safe.
Hope that helps!