Best Premium and Free WordPress Themes › Forums › SuperNewsPro › Enlarging Site Logo › Reply To: Enlarging Site Logo
August 25, 2016 at 2:43 am
#8048
acmethemes
Keymaster
Hello Chad Curtis,
Thank you so much for your questions. Please find the Custom Logo code on acmethemes/core.php
and replace the that code by the below code. after that you can crop the logo as your needed size.
add_theme_support( 'custom-logo', array(
'flex-height' => true,
'flex-width' => true
) );
Note: Child Theme is recommended to customize theme.
Warm Regards,
Acme Supports