- This topic has 1 reply, 2 voices, and was last updated 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
How can I change the logo link in the footer? I have used Modern footer but I want to link the footer logo to a different website?
Hi there,
Thanks for writing in!
In this case, please open up the layout-modern.php file in themes/wanium/templates/footer folder, find the code below (line 15) :
<a href="<?php echo esc_url(home_url('/')); ?>">
...
</a>
… and change it into this:
<a href="http://www/your_new_link.com">
...
</a>
P.S: You may want to use child-theme so that your changes won’t be lost on theme updates.
Hope this helps,
Danny