Viewing 8 replies - 1 through 8 (of 8 total)
  • 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

    Thread Starter asturlito

    (@asturlito)

    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

    hannah

    (@hannahritner)

    Hey asturlito,
    I’m seeing a transparent background. What are you using? Could you send a screenshot?

    Hannah

    Thread Starter asturlito

    (@asturlito)

    For sure!

    Title

    Thanks 😉

    hannah

    (@hannahritner)

    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

    Thread Starter asturlito

    (@asturlito)

    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!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘link on header image’ is closed to new replies.