Hey there Alessio,
Hope you’re well! 🙂
You need to do these steps:
-Replace the header.php using this code: https://gist.github.com/calvincanas/1d3db88f1b1dbf1181b2
-Add this code to your functions.php
$goran_custom_header_args = array(
'width' => 314,
'height' => 94,
'uploads' => true,
);
add_theme_support( 'custom-header', $goran_custom_header_args );
Then you will see the header settings under Appearance menu: http://prntscr.com/5tk3r0
Hope it helps! 🙂
Take care,
Calvin
Thank you Calvin, I tried your solution but the logo is not clickable like happens in this website http://stage.insightben.com/ that I found in this support topic https://ww.wp.xz.cn/support/topic/site-logo-not-displaying?replies=6
Awaiting for your reply
Thank you
Alessio
Hey there Zorilla,
Hope you’re well! 🙂
Get the updated code here: https://gist.github.com/calvincanas/4d56bb6f16357541f3d2 just add a link to homepage for the header image. 🙂
Hope it helps! 🙂
Take care,
Calvin