Quick2Hire Posted September 5, 2022 Share Posted September 5, 2022 Site URL: http://www.quick2hire.co.uk Can someone help? I've managed to change the logo on a specific page, but it hasn't changed for the mobile version. I want to know how to change a specific page logo for mobile. If anyone can assist it would be greatly appreciated. Link to comment
Beyondspace Posted September 5, 2022 Share Posted September 5, 2022 (edited) 11 hours ago, Quick2Hire said: Site URL: http://www.quick2hire.co.uk Can someone help? I've managed to change the logo on a specific page, but it hasn't changed for the mobile version. I want to know how to change a specific page logo for mobile. If anyone can assist it would be greatly appreciated. I try using the pseudo element for the logo link and it seems fine. Kindly try adding to Home > Design > Custom Css #collection-62f50295c540e678336f3df5 .header-title-logo a:after { content: ''; width: 100%; height: 100%; display: block; position: absolute; top:0; left: 0; background-image: url(https://images.unsplash.com/photo-1607081758728-78b82a34dc64?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fGNvbGxlY3Rpb258ZW58MHx8MHx8&auto=format&fit=crop&w=500&q=60); background-position: center center; background-size: cover; } #collection-62f50295c540e678336f3df5 .header-title-logo a picture { visibility: hidden; } Change the url with your image. In addition to that change the your desired page ID with #collection-62f50295c540e678336f3df5 on my code to set the logo on it Edited September 6, 2022 by bangank36 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
Beyondspace Posted September 5, 2022 Share Posted September 5, 2022 (edited) You can use the following extension to get the page Id Squarespace ID Finder How to get page id: http://recordit.co/qwnj09oNCa Hope they can help Edited September 5, 2022 by bangank36 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