Comments Gareth_Morgan started the conversationSeptember 30, 2020 at 6:42pmMy client has asked that the header logo direct to a specific URL.Where / How can I add a URL to the Logo? 8,851Tahir repliedSeptember 30, 2020 at 6:44pmHey Gareth_Morgan ,Please have a look at this Article :Change logo url link via JS code Globally..Thanks ThemeNectar Support Team Gareth_Morgan repliedSeptember 30, 2020 at 6:51pmWow. That was fast. Is there any code I can use to make it open in a new tab? Thanks 8,851Tahir repliedSeptember 30, 2020 at 6:55pmHey Again,Use below: <script type="text/javascript"> jQuery( document ).ready(function() { jQuery('a#logo').attr('href','http://creativecorridor.co').attr('target','_blank'); }); </script> Thanks ThemeNectar Support Team Sign in to reply ...
My client has asked that the header logo direct to a specific URL.
Where / How can I add a URL to the Logo?
Hey Gareth_Morgan ,
Please have a look at this Article :Change logo url link via JS code Globally..
Thanks
ThemeNectar Support Team
Wow. That was fast. Is there any code I can use to make it open in a new tab?
Thanks
Hey Again,
Use below:
Thanks
ThemeNectar Support Team