function spicepress_customlogo() {
add_theme_support( ‘custom-logo’, array(
‘width’ => 500,
‘height’ => 100,
) );
}
add_action( ‘after_setup_theme’, ‘spicepress_customlogo’, 11 );
When you will update the width and height then you need to again upload the site identity logo.
-
This reply was modified 6 years, 3 months ago by officialmmt.