jmthefourth Posted October 10 Posted October 10 Site URL: https://blog.sumdigital.com I use Squarespace only to host my blog (https://blog.sumdigital.com). My regular website (https://www.sumdigital.com) is hosted elsewhere. Currently when a user clicks the logo in the top left, they remain on the Blog. But a better user experience would be for them to be taken back to the main site's home page (https://www.sumdigital.com). I've tried several code injection solutions, but none has worked. I am on version 7.0 using the Bedford theme. Thank you!
Solution paul2009 Posted October 10 Solution Posted October 10 2 hours ago, jmthefourth said: Currently when a user clicks the logo in the top left, they remain on the Blog. But a better user experience would be for them to be taken back to the main site's home page. I am on version 7.0 using the Bedford theme. If you're on a Business billing plan or above, this can be achieved by adding some JavaScript to the Code Injection header: <script> document.addEventListener('DOMContentLoaded', function() { document.querySelector('h1#logoImage a').setAttribute('href', 'https://www.sumdigital.com'); }); </script> Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment