bonipops Posted October 24, 2022 Share Posted October 24, 2022 (edited) Hi! I am using the York template on Version 7.0 ! I really want to add my logo (Lolipop graphic) to the box on my cover page like the screenshot attached, just a quick mockup I made using Wix. I attached my current Squarespace page and how I cannot use both the text and logo. Would I be able to achieve this with code? Thanks so much! Edited October 24, 2022 by bonipops Giving thanks :) Link to comment
Beyondspace Posted October 25, 2022 Share Posted October 25, 2022 On 10/24/2022 at 7:51 PM, bonipops said: Hi! I am using the York template on Version 7.0 ! I really want to add my logo (Lolipop graphic) to the box on my cover page like the screenshot attached, just a quick mockup I made using Wix. I attached my current Squarespace page and how I cannot use both the text and logo. Would I be able to achieve this with code? Thanks so much! What is your protected password so I can take a look? 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, Keyword HighlighterIf 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
bonipops Posted October 25, 2022 Author Share Posted October 25, 2022 6 hours ago, bangank36 said: What is your protected password so I can take a look? Hello! It is "ILLU450" ! Link to comment
tuanphan Posted October 27, 2022 Share Posted October 27, 2022 On 10/26/2022 at 2:50 AM, bonipops said: Hello! It is "ILLU450" ! Add to Cover Page Header. Replace Pixabay with your logo image url <style> .sqs-slide-wrapper[data-slide-type="cover-page"] div.sqs-slide[data-slide-type="cover-page"] .sqs-slide-layer:not(.scroll) .align-content-center-vert:not(.scroll) .align-center-vert:before { background-image: url(https://cdn.pixabay.com/photo/2022/08/18/10/41/herring-gull-7394570__480.jpg); content: ""; display: block; width: 70px; height: 70px; background-position: center; margin: 0 auto; margin-bottom: 10px; background-size: cover; background-repeat: no-repeat; } </style> 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
bonipops Posted November 10, 2022 Author Share Posted November 10, 2022 On 10/27/2022 at 9:47 AM, tuanphan said: Add to Cover Page Header. Replace Pixabay with your logo image url <style> .sqs-slide-wrapper[data-slide-type="cover-page"] div.sqs-slide[data-slide-type="cover-page"] .sqs-slide-layer:not(.scroll) .align-content-center-vert:not(.scroll) .align-center-vert:before { background-image: url(https://cdn.pixabay.com/photo/2022/08/18/10/41/herring-gull-7394570__480.jpg); content: ""; display: block; width: 70px; height: 70px; background-position: center; margin: 0 auto; margin-bottom: 10px; background-size: cover; background-repeat: no-repeat; } </style> Hello!! This is awesome! Is there anyway I can get it partially off like in the mockup image I posted in the original post? Link to comment
tuanphan Posted November 13, 2022 Share Posted November 13, 2022 On 11/10/2022 at 9:19 AM, bonipops said: Hello!! This is awesome! Is there anyway I can get it partially off like in the mockup image I posted in the original post? You mean make logo overlap the box, not inside the box? 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
bonipops Posted December 3, 2022 Author Share Posted December 3, 2022 On 11/13/2022 at 2:43 AM, tuanphan said: You mean make logo overlap the box, not inside the box? Yes! Like this: Link to comment
tuanphan Posted December 4, 2022 Share Posted December 4, 2022 https://bonipops.com/welcome Use this new code <style> .sqs-slide-wrapper[data-slide-type="cover-page"] div.sqs-slide[data-slide-type="cover-page"] .sqs-slide-layer:not(.scroll) .align-content-center-vert:not(.scroll) .align-center-vert:before { background-image: url(https://cdn.pixabay.com/photo/2022/08/18/10/41/herring-gull-7394570__480.jpg); content: ""; display: block; width: 70px; height: 70px; background-position: center; margin: 0 auto; margin-bottom: 10px; background-size: cover; background-repeat: no-repeat; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); } .sqs-slide-wrapper[data-slide-type="cover-page"] div.sqs-slide[data-slide-type="cover-page"] .sqs-slide-layer:not(.scroll) .align-content-center-vert:not(.scroll) .align-center-vert { position: relative !important; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment