• Resolved kkautz11

    (@kkautz11)


    I would like to change the URL link of my header logo to be different than my website home page url, can this be done within Azera Shop Theme or its header.php file somehow?

    Thank you!

    • This topic was modified 7 years, 10 months ago by kkautz11.
Viewing 1 replies (of 1 total)
  • To do that, you need to edit the header.php file, using a child theme, and replace all the instances of:

    href="' . esc_url( home_url( '/' ) ) . '"

    with:

    href="https://yourlink.here"

    Let us know if it helps. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Change Logo URL link’ is closed to new replies.