04/27/2016 at 2:02 pm
#374359
Keymaster
@ Claude
re: I did a small change in class.entry-output.php to change the size of the social media icons (line 1941) – is there a way to change that without the hard coding
Yes, in the card.php and card-single.php file use this:
if ( $atts['show_social_media'] ) $entry->getSocialMediaBlock( array( 'size' => 24 ) );
Hope that helps!
