ryanmariehelfant Posted October 29, 2020 Posted October 29, 2020 Site URL: http://ryanmariehelfant.com/selected-films How do I change the Title to link to a different URL? I want it to link to: http://ryanmariehelfant.com/selected-films My Template is Julia and my title is at the top ("Ryan Marie Helfant | Director of Photography"). Thank you!
tuanphan Posted October 30, 2020 Posted October 30, 2020 Add to Home > Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('body.site-title .logo a').attr('href','https://beaverhero.com'); }); </script> Replace beaverhero with new page url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.