Hey!
Please add following code to Functions.php file of your child theme in Appearance > Editor
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size['widget'] = array('width'=>70, 'height'=>70 );
return $size;
}
then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit
Thank you,
regeneration is not ended yet but I still see this code
<span class=”news-thumb “></span>
I have flushed cache of Wp super cache and Bwp minify
Hi!
I can see that images are now 60x60px – http://i.imgur.com/TGTRgRO.png
Please flush browser cache and refresh your page a few times.
Regards,
Yigit
Ok thank you