IanDorsett Posted April 15, 2020 Share Posted April 15, 2020 Hiya, just wondering if anyone can help. Im trying to put a different logo on a different index page in my site. I have tried the code but i think its not working becuase of the Syntax Error on line 1? Link to comment
tuanphan Posted April 15, 2020 Share Posted April 15, 2020 "Your code" is a link, not code. What do you want to do? Can you share link to your site? 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
IanDorsett Posted April 15, 2020 Author Share Posted April 15, 2020 16 minutes ago, tuanphan said: "Your code" is a link, not code. What do you want to do? Can you share link to your site? Hi there, thank you for your reply, my wesite is https://www.becausecreative.co.uk/ I would to create another Index with a different logo. I followed this video but it dosen't seem to work for me is that because of the error message? Link to comment
tuanphan Posted April 15, 2020 Share Posted April 15, 2020 Add to Page Settings > Advanced > Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $("img.Mobile-bar-branding-logo, img.Header-branding-logo ").attr('src','https://beaverhero.com/wp-content/uploads/2019/07/brine-demo-squarespace-com-1689x1080-500w.jpg'); }); </script> Disable Ajax Loading if the code doesn't work. https://support.squarespace.com/hc/en-us/articles/115000253288-Ajax-loading#toc-enable-or-disable-ajax Replace above image url with your new logo 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
IanDorsett Posted April 15, 2020 Author Share Posted April 15, 2020 51 minutes ago, tuanphan said: Add to Page Settings > Advanced > Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $("img.Mobile-bar-branding-logo, img.Header-branding-logo ").attr('src','https://beaverhero.com/wp-content/uploads/2019/07/brine-demo-squarespace-com-1689x1080-500w.jpg'); }); </script> Disable Ajax Loading if the code doesn't work. https://support.squarespace.com/hc/en-us/articles/115000253288-Ajax-loading#toc-enable-or-disable-ajax Replace above image url with your new logo url hi tuanphan its worked!!! thank you !!!! whoop Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.