January 20, 2018 at 17:37
#186373
Moderator
Hi,
If you would like to change the destination URL for the logo you will need to copy the below file from the KLEO main theme to the KLEO Child theme and edit line 152. If the folder page-parts does not exist in the KLEO Child theme already you will need to create it manually.
/kleo/page-parts/general-header-section.php
Change from
<a href="<?php echo home_url(); ?>">
To
<a href="https://www.mydomain.com/custom-page/">
OR (get the current site URL)
<a href="<?php echo network_site_url(); ?>">
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution