Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #26529

    Kain T
    Participant

    Hi,

    I’m at a slight loss at how to make the logo in my navbar point to something other than the home page I’ve set. How can I set it to point at a different domain?

    Thanks,
    K

    #26881

    Kory
    Keymaster

    Hey Kain,

    Thanks for writing in! The way to do this would be to implement a child theme (there are instructions on how to do this in the Knowledge Base) and copy over the /x/framework/views/global/_navbar.php file and then alter the URL output for the logo in your child theme. Make sure to read the Customization Best Practices article for any questions you might have about this process.

    Thanks!

    #26886

    Kain T
    Participant

    Cool, got it working – thanks!

    #26916

    Support
    Member

    Hi Kain,

    Your Welcome!

    Thanks

    #208329

    kabzy
    Participant

    Hi There,

    This is exactly what I need to do but I am stuck. I have the navbar.php file open but I can’t see where I change the URL destination?. Do I change that in a different file? I havn’t worked with child themes before, its a new beginning!
    Karen

    #208508

    Christopher
    Moderator

    Hi there,

    Copy _brand.php file from x/framework/views/global and put it in the same path inside child theme, Open the file and instead of <?php echo home_url( '/' ); ?> put your new URL.

    Thanks.