Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Juliette VB

    (@juliette-vb)

    Anyone can help me with this topic ?

    Thanks : )

    I have been looking for it, but have not found it yet. I will let you know if I do. I am trying to find how to put links on the big header images too.

    Theme Author cats_456

    (@cats_456)

    hi, big header image links to the front page. Link can be changed in a child theme(https://codex.www.ads-software.com/Child_Themes). Copy header.php to a child theme, find this code there:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
    <img src="<?php header_image(); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
    </a>

    and replace this part
    <?php echo esc_url( home_url( '/' ) ); ?>

    by your link.

    Thread Starter Juliette VB

    (@juliette-vb)

    Hi there cats
    thank you but I mean the little image (logo) at the left side of the page ; )
    And hope it can be done without creating a childtheme but custom css in the editor.

    Anyone ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I insert alink in image logo ?’ is closed to new replies.