Guest Posted January 5, 2021 Share Posted January 5, 2021 Hi, I'm currently trialing so unable to share website. However I would like an alternative logo on the mobile version of the website. I have tried some of the custom CSS options, however this doesn't appear to work. Any suggestions? I have the Hester template. Kind Regards EpicLures Link to comment
Beyondspace Posted January 7, 2021 Share Posted January 7, 2021 On 1/6/2021 at 5:40 AM, Epiclures said: Hi, I'm currently trialing so unable to share website. However I would like an alternative logo on the mobile version of the website. I have tried some of the custom CSS options, however this doesn't appear to work. Any suggestions? I have the Hester template. Kind Regards EpicLures Upload the image in Design->Custom css Manage files and get its url Replace it accordingly in this snippet @media only screen and (max-width: 640px) { header .title-logo-wrapper a img { opacity: 0; } header .title-logo-wrapper a { background: url(https://images.squarespace-cdn.com/content/5e57f89686cc4a4db3530044/1603823803947-UXUAUS9SRI0ELKBKIR7A/leighs_final-01.png?content-type=image%2Fpng); background-size: contain; background-repeat: no-repeat; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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