jsanchezmoro Posted December 30, 2019 Share Posted December 30, 2019 Hi. Is there any possibility that the logo is not the same on all pages? That is, the logo is one way in Spanish (Sánchez Moro Abogados) and in English (Sánchez Moro Lawyers) it is another way. Link to comment
paul2009 Posted December 30, 2019 Share Posted December 30, 2019 This is something you can achieve with some custom code. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
jsanchezmoro Posted January 21, 2020 Author Share Posted January 21, 2020 Hi! I have tried with Carl Johnson tutorial (https://www.youtube.com/watch?v=_3CQd5WGrsI) and with Jason Storey solution, but it is not working... CARL JOHNSON: First step: Home > Settings > Advanced > Page Header Code Injection: <script> $(function(){ $(".Header-branding-logo").attr("src","https://static1.squarespace.com/static/5e225b28a8a8f45ef685f4dc/t/5e27321c8ecda6054e787619/1579627036107/SM_LOGOTIPO_INGLE%CC%81S.png"); }); </script> Second step (Carl Johnson solution): Settings > Advanced > Code Injection > Header <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> Second step (Jason Storey solution): Settings > Advanced > Code Injection > Header <script> window.onload = function() { document.getElementsByClassName('Header-branding-logo')[0].src = 'https://static1.squarespace.com/static/5e225b28a8a8f45ef685f4dc/t/5e27321c8ecda6054e787619/1579627036107/SM_LOGOTIPO_INGLE%CC%81S.png'; }; </script> Thank you in advance. Link to comment
tuanphan Posted January 22, 2020 Share Posted January 22, 2020 You should share link to your site. Each template needs different code. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.