Kerleyschaffer Posted January 6, 2020 Share Posted January 6, 2020 Greetings, My site is https://kerleyschaffer.com/ Theme: Impact I need to change the logo link in the header navigation to point to a different URL instead of the default home page. I've seen other answers using various javascript code, but I wasn't sure if that code was Theme specific. Any ideas? Thanks in advance! Kind regards, Eric Link to comment
tuanphan Posted January 7, 2020 Share Posted January 7, 2020 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $('.Header-branding').attr('href','https://beaverhero.com'); </script> add to Code Injection Footer Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.