danielle77 Posted July 23, 2020 Share Posted July 23, 2020 Site URL: https://caseyhowarddesigns.com I'm trying to get a logo to lay on top of an image slideshow on my client's homepage. Template is Hayden. I know how to add the logo to the custom css files, but not sure what html to add and whether it should go in the custom css section or a code block on the homepage.... help? Screenshots below of roughly what I'm trying to accomplish! Link to comment
Beyondspace Posted July 23, 2020 Share Posted July 23, 2020 Hi there danielle77, please try this To add CSS, go to Design -> Custom CSS #block-yui_3_17_2_1_1540315449823_3808 { position: relative; } #block-yui_3_17_2_1_1540315449823_3808:after { content: ""; position: absolute; background: red; width: 50vh; height: 50vh; z-index: 9999; top: 50%; left: 50%; background: url(//static1.squarespace.com/static/5babde5a90f904186af144b2/t/5f18f2f2db72d903c7582448/1595477269078/?format=1500w) no-repeat; background-size: cover; transform: translate(-50%, -50%); } tuanphan 1 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
adrianafo Posted November 4, 2021 Share Posted November 4, 2021 Hello there @bangank36 thanks for this piece of css, I used it on my website and it worked perfectly fine. May I ask your help for 2 more things? 1) How can I make the same logo clickable to link to a page? This is my site: https://www.adrianaforconiphotography.com/ In the homepage now I've temporarily duplicated the section. The one on top should be the final one. The one below is the previous version, where you have the correct link to proceed to /works. 2) I would like to have the cursor transformed in left and right arrow to scroll through this same gallery images. I tried different codes found on other threads here, but nothing worked for me so far. Many thanks, Adriana Link to comment
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 On 11/5/2021 at 12:22 AM, adrianafo said: Hello there @bangank36 thanks for this piece of css, I used it on my website and it worked perfectly fine. May I ask your help for 2 more things? 1) How can I make the same logo clickable to link to a page? This is my site: https://www.adrianaforconiphotography.com/ In the homepage now I've temporarily duplicated the section. The one on top should be the final one. The one below is the previous version, where you have the correct link to proceed to /works. 2) I would like to have the cursor transformed in left and right arrow to scroll through this same gallery images. I tried different codes found on other threads here, but nothing worked for me so far. Many thanks, Adriana #1. Do you use Personal or Business or Commerce Plan? Each plan will need a different code to make logo clickable #2. No idea 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
adrianafo Posted November 7, 2021 Share Posted November 7, 2021 Hi @tuanphan, thanks for your reply. I have a Personal a Personal Plan. May I ask another question? Do you have any idea if these pieces of code can be used and adapted someway to Squarespace? https://flickity.metafizzy.co I'd like to do something like this for my homepage: https://bff.de Many thanks, Adriana 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