ryanmariehelfant Posted October 29, 2020 Share 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! Link to comment
tuanphan Posted October 30, 2020 Share 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 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
Create an account or sign in to comment
You need to be a member in order to leave a comment