How to Link Your Logo to a Certain Page in Zelle

In this doc we will show you how to link the logo to go somewhere else instead of homepage. First of all, please make sure that you're  using a child theme with your Zelle theme.

1. Copy the header.php file in your child theme.

2. In your child theme, open  header.php and locate the following part of code:

echo '<a href="'.esc_url( home_url( '/' ) ).'" title="'.get_bloginfo('title').'" class="navbar-brand">';

3. Replace both instances of the line above with the code:

echo '<a href="www.mydomain.com" title="'.get_bloginfo('title').'" class="navbar-brand">';

4. Instead of " www.mydomain.com" add your desired URL.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us