_Courtney Posted September 22, 2019 Share Posted September 22, 2019 (edited) Similarly to the logo on the coming soon cover page, is there a way to add it to the footer as well? Just a small centered logo below a rights reserved bit of text? Edit: I did it with spacers, but is there a better way? Edited September 22, 2019 by _Courtney Link to comment
tuanphan Posted September 23, 2019 Share Posted September 23, 2019 @_Courtney you can use custom code to insert an image below text. Need site url to check code. 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!) Link to comment
_Courtney Posted September 23, 2019 Author Share Posted September 23, 2019 @tuanphan Hi, I know you've been helping me with the logo on the top as well. I hope this isn't asking too much from you. While the spacers reduce the size of a logo in an image box, it only works on a desktop, which is why I would prefer to change the code. Here's the Link Link to comment
Solution tuanphan Posted September 23, 2019 Solution Share Posted September 23, 2019 @_Courtney Add to Home > Design > Custom CSS div#block-4d7b284ccdced9875689 p:after { content: ""; display: block; background-image: url(https://static1.squarespace.com/static/5d817ec…/t/5d81a0d…/1568776405451/LOGO-MAKERSMARK.png); background-size: contain; width: 50px; height: 50px; margin: 0 auto; margin-top: 40px; } 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!) Link to comment
_Courtney Posted September 23, 2019 Author Share Posted September 23, 2019 @tuanphan Thanks for all the help!! Link to comment
linkwala Posted September 27, 2019 Share Posted September 27, 2019 div#block-4d7b284ccdced9875689 p:after { content: ""; display: block; background-image: url(https://static1.squarespace.com/static/5d817ec…/t/5d81a0d…/1568776405451/LOGO-MAKERSMARK.png); background-size: contain; width: 50px; height: 50px; margin: 0 auto; margin-top: 40px; } [aween][1] ga tu keh k [1]: https://techyzip.com/latest-netflix-bins/ Link to comment
rGRAYphotog Posted June 15, 2020 Share Posted June 15, 2020 On 9/23/2019 at 5:27 AM, tuanphan said: @_Courtney Add to Home > Design > Custom CSS div#block-4d7b284ccdced9875689 p:after { content: ""; display: block; background-image: url(https://static1.squarespace.com/static/5d817ec…/t/5d81a0d…/1568776405451/LOGO-MAKERSMARK.png); background-size: contain; width: 50px; height: 50px; margin: 0 auto; margin-top: 40px; } Hi, is it possible to add a link to the the image that was added in the footer? Thank you! Link to comment
tuanphan Posted June 15, 2020 Share Posted June 15, 2020 41 minutes ago, rGRAYphotog said: Hi, is it possible to add a link to the the image that was added in the footer? Thank you! You need to use JavaScript to do this. If you share link to your site, we can check easier. 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!) Link to comment
rGRAYphotog Posted June 16, 2020 Share Posted June 16, 2020 Thank you - my website address is rgrayphotography.com (it's still migrating over from Photobiz, so it might not show the Squarespace site yet) Link to comment
Handford Posted July 3, 2020 Share Posted July 3, 2020 (edited) Hi there, I've managed to add the photos of my logos to my footer, but Squarespace seems to be adding an image overlay. How can I get rid of that overlay? (I can't seem to identify the div for the footer amidst all the other code 😅 ) I'd like to make some sizing adjustments to the logos in the footer as well. They're good on mobile, but would like them to cover 2/3 of the footer width on desktop. Thanks!https://www.handford.com/ Edited July 3, 2020 by Handford Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 On 7/3/2020 at 8:56 PM, Handford said: Hi there, I've managed to add the photos of my logos to my footer, but Squarespace seems to be adding an image overlay. How can I get rid of that overlay? (I can't seem to identify the div for the footer amidst all the other code 😅 ) I'd like to make some sizing adjustments to the logos in the footer as well. They're good on mobile, but would like them to cover 2/3 of the footer width on desktop. Thanks!https://www.handford.com/ Add to Home > Design > Custom CSS /* remove footer image overlay */ footer.sections .image-overlay { background-color: transparent !important; } /* Resize footer images mobile */ @media screen and (max-width:767px) { /* image 1 */ div#page-section-5ee273ea28c5c843929e9b45 .span-12 .span-8 { width: 50% !important; } /* image 2 */ div#page-section-5ee27445ce37e12a1718a7e5 .span-12 .span-8 { width: 50% !important; } } 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!) Link to comment
LucyB Posted August 10, 2020 Share Posted August 10, 2020 (edited) @tuanphan thanks for sharing this code. How would I edit it so that the logo aligns to the left of the footer, rather than centre? Edited August 10, 2020 by LucyB Link to comment
tuanphan Posted August 12, 2020 Share Posted August 12, 2020 On 8/11/2020 at 3:07 AM, LucyB said: @tuanphan thanks for sharing this code. How would I edit it so that the logo aligns to the left of the footer, rather than centre? Can you share site url? We can check easier. 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!) Link to comment
Rukmani Posted August 24, 2020 Share Posted August 24, 2020 hi @tuanphan how would i be able to do this on my website? https://angelicguidance.life/ thanks@ Link to comment
tuanphan Posted August 24, 2020 Share Posted August 24, 2020 4 hours ago, Rukmani said: hi @tuanphan how would i be able to do this on my website? https://angelicguidance.life/ thanks@ Add to Home > Design > Custom CSS div#siteInfo:before { content: ""; display: block; background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: contain; width: 50px; height: 50px; margin: 0 auto; margin-bottom: 40px; } 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!) Link to comment
CarlosJimenez Posted August 25, 2020 Share Posted August 25, 2020 Hi @tuanphan, Would it be possible to add a small logo (like a label) on the top right margin of my website? This should be shown in all the pages of the web. My web is this https://www.carlosjimenezdesign.com/home And the image to show is this one https://images.squarespace-cdn.com/content/561cfb9ee4b0f3820b13eb56/1598374441278-N3QB36ZX1903LWP72F58/Sello-FSWD_2.png?content-type=image%2Fpng I've been trying to figure out how I could modify the css code using what you already used in this thread, but I was not able to make it work... I'm looking forward to hearing from you. Thank you very much in advance. Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 13 hours ago, CarlosJimenez said: Hi @tuanphan, Would it be possible to add a small logo (like a label) on the top right margin of my website? This should be shown in all the pages of the web. My web is this https://www.carlosjimenezdesign.com/home And the image to show is this one https://images.squarespace-cdn.com/content/561cfb9ee4b0f3820b13eb56/1598374441278-N3QB36ZX1903LWP72F58/Sello-FSWD_2.png?content-type=image%2Fpng I've been trying to figure out how I could modify the css code using what you already used in this thread, but I was not able to make it work... I'm looking forward to hearing from you. Thank you very much in advance. Can you send a simple mockup? and which plan do you use? (Personal or Business) 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!) Link to comment
CarlosJimenez Posted August 26, 2020 Share Posted August 26, 2020 2 hours ago, tuanphan said: Can you send a simple mockup? and which plan do you use? (Personal or Business) Hi @tuanphan Thanks for your answer. The plan is Personal. and here I attach a quick mockup. The label should be on the right margin. It could be fixed so when scrolling down it will stay on top. And it would be great if it could appear always, no matter in which page you are. Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 3 hours ago, CarlosJimenez said: Hi @tuanphan Thanks for your answer. The plan is Personal. and here I attach a quick mockup. The label should be on the right margin. It could be fixed so when scrolling down it will stay on top. And it would be great if it could appear always, no matter in which page you are. In Footer > Add Code Block > Paste this code > Then let me know. I will give the code to move image to top right <img src="https://images.squarespace-cdn.com/content/561cfb9ee4b0f3820b13eb56/1598374441278-N3QB36ZX1903LWP72F58/Sello-FSWD_2.png" width="50%"/> 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!) Link to comment
CarlosJimenez Posted August 26, 2020 Share Posted August 26, 2020 11 minutes ago, tuanphan said: In Footer > Add Code Block > Paste this code > Then let me know. I will give the code to move image to top right <img src="https://images.squarespace-cdn.com/content/561cfb9ee4b0f3820b13eb56/1598374441278-N3QB36ZX1903LWP72F58/Sello-FSWD_2.png" width="50%"/> Hi again @tuanphan Thank you very much for your help. I just did what you said. Now the image is quite big, but I guess I can upload it smaller and place the new link... However, as you said, I still need to place it in the right place. thank you very much in advance 🙂 Link to comment
tuanphan Posted August 27, 2020 Share Posted August 27, 2020 Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1598449969616_5311 img { position: fixed; top: 20%; right: 0; width: 50px; } CarlosJimenez 1 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!) Link to comment
CarlosJimenez Posted August 27, 2020 Share Posted August 27, 2020 9 minutes ago, tuanphan said: Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1598449969616_5311 img { position: fixed; top: 20%; right: 0; width: 50px; } Thank you very much @tuanphan! It works great 🙂 Do you think it could be possible to make this label scale down when viewed on the mobile version? It's fine if it is too dificult... but just in case. Thank you very much for your time and help. Best regards! Link to comment
CeceliaFoley Posted August 28, 2020 Share Posted August 28, 2020 Hello @tuanphan! Looking for help to add a logo to my footer, in between contact info and a rights statement. Having a hard time getting the logo to populate. Possible to take a look? Thank you! Link to comment
tuanphan Posted August 28, 2020 Share Posted August 28, 2020 On 8/27/2020 at 7:30 PM, CarlosJimenez said: Thank you very much @tuanphan! It works great 🙂 Do you think it could be possible to make this label scale down when viewed on the mobile version? It's fine if it is too dificult... but just in case. Thank you very much for your time and help. Best regards! This code for Mobile @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1598449969616_5311 img { width: 20px !important; } } CarlosJimenez 1 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment