This is something that you would need to code into a Child Theme to accomplish.
You can download a child theme from here:
https://www.kadencethemes.com/child-themes/
Let me know when you get that configured and I’ll try to provide the function for it to become a link.
-kevin
Well actually I suggest you just use the logo area. You can center it with css so it looks like what you have and that would be much better then trying to add a link to a background image.
Here is the css make sure to add this after the css you have added to your site:
.kad-header-style-basic #logo #thelogo, #kad-shrinkheader {
height: 340px !important;
}
.kad-header-left {
width: 100%;
}
#kad-banner #logo .kad-standard-logo {
opacity: 1 !important;
display: block !important;
max-height: 340px !important;
margin: 0 auto;
}
.kad-header-right {
display: none;
}
h1.entry-title {
bottom: 0;
margin-bottom: 0;
}
#pageheader {
background: transparent;
padding-top: 340px !important;
}
.page-header {
padding: 0;
}
@media (max-width: 767px) {
.kad-header-style-basic #logo #thelogo, #kad-shrinkheader {
height: 240px !important;
}
#kad-banner #logo .kad-standard-logo {
max-height: 240px !important;
}
#pageheader {
padding-top: 240px !important;
}
}
Ben
Kadence Themes
Hi Ben, Thanks for your answer!
I tried to put this CSS code and is almost what I´m searching for, but the background is not transparent and even trying to change it in options I can´t do it.
Thanks!
PS:Thanks for your answer too, Kevin
Hey asturlito,
I’m seeing a transparent background. What are you using? Could you send a screenshot?
Hannah
So right now it is transparent because your header has no background. Are you wanting this background- https://www.5lobinos.com/wp-content/uploads/2016/11/5-lobi%C3%B1os-moda-infantil.jpg ? If so, set that as your header background from Theme Options > Advanced Styling.
Hannah
Your issue is that you turned off the page title? You have to leave the page title on like you had before when I have you the css.
Ben
Hi!
Thank you hannah! It worked! I thought that if I put the background as transparent it would worked. Finally I put the image and it works.
Thanks a lot!