Hello There!
To perform the update, you will need to create a child theme so please create a child theme by mentioned steps here.
Once you create a child theme please add ‘theme support’ fuction to child theme as mentioned below
add_theme_support(‘custom-logo’, array(
‘height’ => 70,
‘width’ => 220,
‘flex-height’ => true,
‘flex-width’ => true,
));
Please select ‘Logo + Title and Tagline’ and don’t add anything in the title so it will display Logo and Tagline only.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesigns