darque_entries Posted April 26, 2022 Share Posted April 26, 2022 Site URL: https://www.ryanlusteg.com/ I have a cover page set as my homepage at www.ryanlusteg.com and once a user follows that into my site, if they were to click on my name which displays my portfolio that is hidden from navigation, it re-routes the user back to my cover page. Is there a way to prevent this so my name just links the user back to my portfolio? Many thanks in advance! Link to comment
tuanphan Posted April 29, 2022 Share Posted April 29, 2022 Add this code into Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.site-title .logo a').attr('href','/portfolio'); }); </script> 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
darque_entries Posted April 29, 2022 Author Share Posted April 29, 2022 7 hours ago, tuanphan said: Add this code into Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.site-title .logo a').attr('href','/portfolio'); }); </script> It looks like I'm gonna need the upgraded version of Squarespace to do this. I'll keep you updated and THANK YOU 🙂 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