-
AuthorPosts
-
March 25, 2014 at 9:58 pm #26529
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,
KMarch 26, 2014 at 7:29 pm #26881Hey 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!
March 26, 2014 at 7:42 pm #26886Cool, got it working – thanks!
March 26, 2014 at 8:48 pm #26916Hi Kain,
Your Welcome!
Thanks
February 17, 2015 at 4:53 am #208329Hi 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!
KarenFebruary 17, 2015 at 9:04 am #208508Hi 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.
-
AuthorPosts