Ashley4993 Posted July 17, 2019 Posted July 17, 2019 I want my logo to show on the mobile version of my website instead of the text. Is there any code to help with this? Thank you.
tuanphan Posted July 17, 2019 Posted July 17, 2019 @Ashley4993 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* Hide Site Title */ h1.site-title a { visibility: hidden; } /* Add Background Image as New Logo */ h1.site-title a:after { visibility: visible; content: ""; background-image: url(https://static1.squarespace.com/static/5ce0baa…/t/5cec77d…/1559001044941/IMG_0087.PNG?format=300w); display: block; width: 200px; height: 80px; background-size: 100px; background-repeat: no-repeat; background-position: center center; } } 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!)
Ashley4993 Posted July 17, 2019 Author Posted July 17, 2019 That took the text away but the logo isn't showing up.
tuanphan Posted July 17, 2019 Posted July 17, 2019 @Ashley4993 replace https://static1.squarespace.com/static/5ce0baa…/t/5cec77d…/1559001044941/IMG_0087.PNG?format=300w with your logo 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!)
Ashley4993 Posted July 17, 2019 Author Posted July 17, 2019 It worked! Thank you. Is there any way to get rid of all the black space under it?
tuanphan Posted July 18, 2019 Posted July 18, 2019 Can you share access password & site url? I just restarted my laptop 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!)
Asiya Posted October 19, 2020 Posted October 19, 2020 On 7/18/2019 at 5:37 AM, tuanphan said: Can you share access password & site url? I just restarted my laptop Hi @tuanphan I need help with the logo on my site. it's not showing up on the phone and tablet version. www.thesolemgroup.com Thanks in advance
tuanphan Posted October 21, 2020 Posted October 21, 2020 On 10/19/2020 at 10:31 PM, Asiya said: Hi @tuanphan I need help with the logo on my site. it's not showing up on the phone and tablet version. www.thesolemgroup.com Thanks in advance I see fine here. Do you still need help? 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!)
creedon Posted October 21, 2020 Posted October 21, 2020 I don't have a solution but observation. I noticed things started getting wonky at 1080ish px and below. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Asiya Posted October 22, 2020 Posted October 22, 2020 On 10/21/2020 at 10:08 AM, tuanphan said: I see fine here. Do you still need help? No, I figured it out. Thank you so much
Asiya Posted October 22, 2020 Posted October 22, 2020 On 10/21/2020 at 11:53 AM, creedon said: I don't have a solution but observation. I noticed things started getting wonky at 1080ish px and below. Hi, is there anyway we can turn off that feature so when people turn their phone landscape the website doesn't move that way?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.