Viewing 2 replies - 1 through 2 (of 2 total)
  • This is not a WooCommerce related issue, this is basically a theme issue.

    As you mentioned, the URL for the logo is defined in the header.php :

    // Website heading/logo and description text.
    echo '<a href="' . esc_url( $site_url ) . '" title="' . esc_attr( $site_description ) . '"><img src="' . esc_url( $logo_url ) . '" alt="' . esc_attr( $site_title ) . '" /></a>' . "\n";

    You can change that ' . esc_url( $site_url ) . ' part with your own link

    Thread Starter sabadil

    (@sabadil)

    Thank you! Yes, I realize it’s a theme issue. Just hoping someone here could quickly help 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change logo url’ is closed to new replies.