Hello There,
Greetings of the day!
Please paste the below-mentioned code in the Blog Inn’s functions.php file.
/*
* Enable support for custom logo.
*/
function theme_setup_cust_logo(){
add_theme_support( 'custom-logo', array(
'height' => YOUR_LOGO_HEIGHT,
'width' => YOUR_LOGO_WIDTH,
) );
add_action( 'after_setup_theme', theme_setup_cust_logo',20 );
Logo with the bigger size might affect the look of your website menu that’s the reason we have given the fixed size for the logo.
Hope this helps.
Thanks and Regards,
Team ProDesigns