daniloagutoli Posted April 9, 2021 Posted April 9, 2021 Site URL: https://www.daniloagutoli.com Hi guys, I´m new at squarespace and know almost nothing about coding. My website is up and running and I will launch a store soon, but I want the store page to have a different logo than the general website. It would be enough to just exclude the logo from that page (I can always add an image at the top and use it as a "logo"), but actually replacing it with a different one would be perfect. Do you guys have any idea of how to do it? Thanks a bunch in advance.
Beyondspace Posted April 13, 2021 Posted April 13, 2021 On 4/10/2021 at 2:31 AM, daniloagutoli said: Site URL: https://www.daniloagutoli.com Hi guys, I´m new at squarespace and know almost nothing about coding. My website is up and running and I will launch a store soon, but I want the store page to have a different logo than the general website. It would be enough to just exclude the logo from that page (I can always add an image at the top and use it as a "logo"), but actually replacing it with a different one would be perfect. Do you guys have any idea of how to do it? Thanks a bunch in advance. Which is the page to replace logo? Each page has unique id so you can use to target the specific page BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
daniloagutoli Posted April 13, 2021 Author Posted April 13, 2021 the page is the store, which is currently not visible because under construction. But I donno how to target... 🙂
tuanphan Posted April 14, 2021 Posted April 14, 2021 13 hours ago, daniloagutoli said: the page is the store, which is currently not visible because under construction. But I donno how to target... 🙂 Hover on Store Page > Click Gear Icon > Click Advanced > Paste this code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://cdn.pixabay.com/photo/2021/01/21/17/58/herbstastern-5938056__340.jpg'); }); </script> Replace with new logo url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.