I am using LAnge template and have a cover age for my website (set as home page).
Once I get into the actual website thoug I would like that, clicking on the site logo at the top, it would re-direct on a different page (not having to go back to cover page).
Change /whatever to your desired url slug and then Insert the following into the footer injection point.
<script>
window.Squarespace.onInitialize(Y, function(){
var homelink = document.quer
The problem was that my code was trying to change site title rather than site logo link
It should now be working
The code is
<script>
window.Squarespace.onInitialize(Y, function(){
Question
federocolo 0
Hello everyone!
I am using LAnge template and have a cover age for my website (set as home page).
Once I get into the actual website thoug I would like that, clicking on the site logo at the top, it would re-direct on a different page (not having to go back to cover page).
Is there a way to do this?
Thank a lot
Federico
Edited by federocoloLink to post
Top Posters For This Question
2
2
Popular Days
Oct 25
4
Top Posters For This Question
federocolo 2 posts
colin.irwin 2 posts
Popular Days
Oct 25 2019
4 posts
Popular Posts
colin.irwin
Change /whatever to your desired url slug and then Insert the following into the footer injection point. <script> window.Squarespace.onInitialize(Y, function(){ var homelink = document.quer
colin.irwin
The problem was that my code was trying to change site title rather than site logo link It should now be working The code is <script> window.Squarespace.onInitialize(Y, function(){
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment