Okay
  Public Ticket #1508269
logo link
Closed

Comments

  • talkbackmaster started the conversation

    Hi,

    I need change del logo link, because I've set a splash screen, so the real home page is different. Now I want change the url anchored to logo.

    I've search nectar_logo_output function but I don't know where insert the new url.

    Can you help me?

    Thanks

  •  2,735
    Andrew replied

    Hi there,

    You can change the logo link from:

    salient \ header.php line 190

    The href attribute contains - <?php echo home_url(); ?>

    Replace that with the link to your hompeage.
    Cheers.