Costom Logo Link - by Delete126 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Jack Richardson

  • 3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 07:22

    Hello,

    You have to edit theme-functions.php in legenda/framework directory. Find the following lines (931-935):

    <?php if($logoimg): ?>
                <a href="<?php echo home_url(); ?>"><img src="<?php echo $logoimg ?>" alt="<?php bloginfo( 'description' ); ?>" /></a>
            <?php else: ?>
                <a href="<?php echo home_url(); ?>"><img src="<?php echo PARENT_URL.'/images/logo.png'; ?>" alt="<?php bloginfo('name'); ?>"></a>
            <?php endif ;

    And replace <?php echo home_url(); ?> with link to the desired page.
    Also keep safe this file to don’t lose the changes after theme upgrading.

    Regards,
    Jack Richardson

    Avatar: Delete126
    Delete126
    Participant
    June 4, 2014 at 15:58

    Thx!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 16:14

    Hello,

    You’re welcome!
    If you have any questions don’t hesitate to contact us.

    Regards,
    Jack Richardson

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Costom Logo Link’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.