Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Change Logo Link

Home / Forums / Membership Forums / Change Logo Link

This topic is: Resolved
[Resolved]

Tagged: ,

December 5, 2024 at 4:51 pm

I’m trying to use the code snippet from this page to change the Logo link for my website, and it isn’t working. Has it changed? I have a child theme and added it to functions.php:

add_filter( 'kadence_logo_url', 'custom_logo_url' );
function custom_logo_url( $url ) {
$url = '
return $url;
}

Thank you!

  • The forum ‘Membership Forums’ is closed to new topics and replies.