New Landing How can we help? Atelier Change logo link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #237876
    Nashoot
    Member
    Post count: 9

    Hi,

    how can i change the logo URL in the header to a custom link?

    Thanks

    #238025
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    add_filter( 'sf_logo_link_url', 'sf_custom_logo' );
    function sf_custom_logo($custom_link){
    $custom_link = 'http://google.co.in';//change this with your link.
    return $custom_link;
    }
    

    Thanks
    Mohammad

    #238053
    Nashoot
    Member
    Post count: 9

    It works!!

    Thank you Mohammad!

    #238054
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register