WykenSamNaomi Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://www.kinship-press.com Hi, I am trying to add my logo to order emails. I have tried the code in this thread: but my logo won't display after I add my logo URL after the img src= instead it just comes up with a broken image and "Example logo". What am I doing wrong? Specifically, what parts of the custom code advised in that thread do I add my logo URL into? Many thanks! Link to comment
ChrisBartow Posted April 22, 2020 Share Posted April 22, 2020 Here's the code that should work for your specific site <a href="https://www.kinship-press.com" title="Kinship Press"><img src="https://images.squarespace-cdn.com/content/5b8fba1af407b4da52f7e858/1587395531066-9OEH1OYMVJUFI7O8I324/Kinship-Press-White-logo.png?format=500w&content-type=image%2Fpng" alt="Kinship Press" style="display:block;"></a> Your logo is white, so make sure the background you put this on is dark. Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
WykenSamNaomi Posted April 22, 2020 Author Share Posted April 22, 2020 Hi Chris, Thanks very much for getting back to me. How do I change the colour so that it shows up? Many thanks, Alice Link to comment
ChrisBartow Posted April 23, 2020 Share Posted April 23, 2020 I don't have access to the commerce section on any of my sites, so I'm not sure. You can however invert the colors using filter:invert(1) on your logo so it works on white. <a href="https://www.kinship-press.com" title="Kinship Press"><img src="https://images.squarespace-cdn.com/content/5b8fba1af407b4da52f7e858/1587395531066-9OEH1OYMVJUFI7O8I324/Kinship-Press-White-logo.png?format=500w&content-type=image%2Fpng" alt="Kinship Press" style="display:block;filter:invert(1);"></a> Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
WykenSamNaomi Posted April 23, 2020 Author Share Posted April 23, 2020 Hi Chris, Amazing thanks - that has worked however, is there a way to centre the logo? It's showing on the left right now. Many thanks Link to comment
ChrisBartow Posted April 23, 2020 Share Posted April 23, 2020 Here's an update that should center it. <div style="text-align:center;"><a href="https://www.kinship-press.com" title="Kinship Press"><img src="https://images.squarespace-cdn.com/content/5b8fba1af407b4da52f7e858/1587395531066-9OEH1OYMVJUFI7O8I324/Kinship-Press-White-logo.png?format=500w&content-type=image%2Fpng" alt="Kinship Press" style="display:block;filter:invert(1);"></a></div> Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
WykenSamNaomi Posted April 23, 2020 Author Share Posted April 23, 2020 Thanks Chris, when I change it to 300w it's goes back to the left. Could you kindly send me the code including the smaller logo size? Thank you so much Link to comment
ChrisBartow Posted April 23, 2020 Share Posted April 23, 2020 <div style="text-align:center;"><a href="https://www.kinship-press.com" title="Kinship Press"><img src="https://images.squarespace-cdn.com/content/5b8fba1af407b4da52f7e858/1587395531066-9OEH1OYMVJUFI7O8I324/Kinship-Press-White-logo.png?format=300w&content-type=image%2Fpng" alt="Kinship Press" style="filter:invert(1);"></a></div> Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
WykenSamNaomi Posted April 23, 2020 Author Share Posted April 23, 2020 Perfect - thank you so much. Link to comment
atotheme Posted June 28, 2020 Share Posted June 28, 2020 Thanks @ChrisBartow this helped to solve the same problem I had using the thread in the query 😃 I also battled to get the logo centered after changing the width. Could you help me to see what I'm missing? Link to comment
tuanphan Posted June 28, 2020 Share Posted June 28, 2020 4 hours ago, atotheme said: Thanks @ChrisBartow this helped to solve the same problem I had using the thread in the query 😃 I also battled to get the logo centered after changing the width. Could you help me to see what I'm missing? <img style="display:block;margin:0 auto;" use this style, instead of text-align: center; 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
Carolanne123 Posted September 10, 2020 Share Posted September 10, 2020 On 4/23/2020 at 7:58 AM, ChrisBartow said: <div style="text-align:center;"><a href="https://www.kinship-press.com" title="Kinship Press"><img src="https://images.squarespace-cdn.com/content/5b8fba1af407b4da52f7e858/1587395531066-9OEH1OYMVJUFI7O8I324/Kinship-Press-White-logo.png?format=300w&content-type=image%2Fpng" alt="Kinship Press" style="filter:invert(1);"></a></div> Can you please help me too? I have the same problem but my logo is white and green. So when i invert colors, the green is pink! Or can you tell me how to had a background in this header, I could let the white logo if I can put a black background. Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.