k8pq Posted June 15, 2023 Posted June 15, 2023 I'm looking to code an image over the top of a gallery section. I'm wanting to put my client's logo over the top of the automatically transitioning slideshow gallery so that the logo stays static in the middle of the screen but the gallery proceeds behind it. This would need to work on both desktop and mobile. Please help! ❤️ kristine1 1
creedon Posted June 15, 2023 Posted June 15, 2023 I don't have a solution but it would help if we could see the gallery in question. Also do you want to preserve the left/right click zones to change the images? This could have a bearing on a possible solution. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. 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.
k8pq Posted June 17, 2023 Author Posted June 17, 2023 (edited) @creedon I don't want to preserve the arrows. I just want the slides to automatically transition in the background. I have that all set-up. I just need help figuring out how to add the logo image over the slideshow. https://lychee-plums-6cpy.squarespace.com/ password: test Thanks in advance! Edited June 17, 2023 by k8pq redundancy
tuanphan Posted June 20, 2023 Posted June 20, 2023 On 6/18/2023 at 1:12 AM, k8pq said: I don't want to preserve the arrows. I just want the slides to automatically transition in the background. I have that all set-up. I just need help figuring out how to add the logo image over the slideshow. https://lychee-plums-6cpy.squarespace.com/ password: test Thanks in advance! You can add to Design > Custom CSS body.homepage div.header-title-logo a { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9999; } .homepage .header-title-logo { visibility: visible !important; } 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!)
k8pq Posted June 20, 2023 Author Posted June 20, 2023 11 hours ago, tuanphan said: You can add to Design > Custom CSS body.homepage div.header-title-logo a { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9999; } .homepage .header-title-logo { visibility: visible !important; } @tuanphan Hey, thanks so much! This works well for the existing site logo, but is it possible to put an alternative image in the center of the screen? I'd like to use a lighter color logo image that is larger in the middle of the homepage.
Solution tuanphan Posted June 22, 2023 Solution Posted June 22, 2023 On 6/21/2023 at 3:18 AM, k8pq said: @tuanphan Hey, thanks so much! This works well for the existing site logo, but is it possible to put an alternative image in the center of the screen? I'd like to use a lighter color logo image that is larger in the middle of the homepage. You can upload new image to your site, suppose the image name is: new-logo.png Add this code under to replace homepage current logo with this new image body.homepage header#header img { content: url(https://lychee-plums-6cpy.squarespace.com/s/new-logo.png); } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment