Home Forums Exoplanet Pro Increase size of site logo Reply To: Increase size of site logo

#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' );