Home › Forums › Exoplanet Pro › Increase size of site logo › Reply To: Increase size of site logo
June 4, 2017 at 8:59 pm
#1600
Andy
Keymaster
Sorry about that Gavin, my mistake. The code should be:
function exoplanet_setup() {
add_theme_support('custom-logo', array(
'width' => '400',
'height' => '150',
) );
}
add_action( 'after_setup_theme', 'exoplanet_setup' );