Jump to content

Help to overlay a logo on a slideshow and make it dissolve

Go to solution Solved by tuanphan,

Recommended Posts

Hi. I'm looking for a way to add a logo on top of a gallery slideshow but to also make it dissolve after a few seconds. We want the logo to be front and center when people come to the site but we also want the images to be easily seen as the slideshow progresses. I know nothing about code but I'm hoping someone is able to help me do this. 

If I could also get the code to only have the logo overlay on the slideshow (no disappearing needed), that would be helpful too. I'd like the option to do one or the other as needed. I had looked up code to do this but couldn't get it to work on my site. Not sure what I was doing wrong.

Thank you!

Site: www.quadrant25.com
Site Password: Quadrant25

q25logo-removebg-preview.png

Edited by SupaJ
missing info
Link to comment
On 4/7/2023 at 4:04 AM, tuanphan said:

It looks like you solved it. Do you still need help?

image.thumb.png.436584e4dd319ca316cf25c2de48b60a.png

Hi, actually, I didn't solve it. I had a client meeting and was showing them an option for the logo. This is just one image edited to be on top of the other and then saved as one image. We'd still like to do what I mentioned in the initial post. Thanks!

Link to comment
  • Solution
On 4/11/2023 at 10:16 AM, SupaJ said:

Hi, actually, I didn't solve it. I had a client meeting and was showing them an option for the logo. This is just one image edited to be on top of the other and then saved as one image. We'd still like to do what I mentioned in the initial post. Thanks!

Add to Design > Custom CSS

body.homepage .gallery-fullscreen-slideshow-list:after {
    content: "";
    background-image: url(https://content.invisioncic.com/p289038/monthly_2023_03/q25logo-removebg-preview.png.e677dab68841dca73c318bc3bcf5df03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 250px !important;
    height: 250px !important;
}

image.thumb.png.a2314ec6b8daed1e1c3d80f833905ba0.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!)

Link to comment
On 4/13/2023 at 10:24 PM, tuanphan said:

Add to Design > Custom CSS

body.homepage .gallery-fullscreen-slideshow-list:after {
    content: "";
    background-image: url(https://content.invisioncic.com/p289038/monthly_2023_03/q25logo-removebg-preview.png.e677dab68841dca73c318bc3bcf5df03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 250px !important;
    height: 250px !important;
}

image.thumb.png.a2314ec6b8daed1e1c3d80f833905ba0.png

super helpful, thank you! 

Link to comment
  • 7 months later...
On 12/1/2023 at 1:43 AM, kirstenmc said:

Hi! I used this code to get a logo on top of a slideshow, but now I'm trying to add an overlay to the slideshow. I have the overlay working but it's over the logo as well, which I would want it behind the logo. Any help would be appreciated!

https://carillon-grapefruit-wlya.squarespace.com/

PW: Pettit

Use this new code

body.homepage .gallery-fullscreen-slideshow:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
body.homepage .gallery-fullscreen-slideshow:after {
    content: "";
    background-image: url(https://images.squarespace-cdn.com/content/v1/65159fd911f33a4395076310/0fa9125b-7522-42dd-9eef-d756ced1f49e/PAP_LOGO_111323.png?format=2500w);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999999;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 900px !important;
    height: 250px !important
}

image.thumb.png.3d1d26a8bdff84c51618d7e2f4433bda.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!)

Link to comment
  • 4 weeks later...

@tuanphan Thank you for your previous response on this post. I tried using the above code as I was also wanting to add an overlay over my slideshow along with my logo on my landing page. Of course the above code is tailored to the previous poster so it shows their logo. Could you assist me with adding my logo? I would also like to add an "ENTER" button on my landing page that leads to my shop page below my logo. I am going for the same look as the lock screen but instead of the password box, an enter box and the logo placed a bit higher. Thank you so much in advance!

 

website: www.dergefrancois.com

password: derge*14

PhotoRoom_20231226_233916.PNG

Screen Shot 2023-12-27 at 5.56.50 PM.png

Link to comment
On 12/28/2023 at 6:58 AM, dergef said:

@tuanphan Thank you for your previous response on this post. I tried using the above code as I was also wanting to add an overlay over my slideshow along with my logo on my landing page. Of course the above code is tailored to the previous poster so it shows their logo. Could you assist me with adding my logo? I would also like to add an "ENTER" button on my landing page that leads to my shop page below my logo. I am going for the same look as the lock screen but instead of the password box, an enter box and the logo placed a bit higher. Thank you so much in advance!

 

website: www.dergefrancois.com

password: derge*14

PhotoRoom_20231226_233916.PNG

Screen Shot 2023-12-27 at 5.56.50 PM.png

So it will include

  • slideshow image
  • a logo over slideshow
  • a button under logo, click button will open new page
  • no password box
  • Is that right?

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!)

Link to comment
On 12/31/2023 at 8:45 AM, dergef said:

Yes, that is correct! I would also like an overlay on the slideshow.

Hi,

You can do this with List Section Banner Slideshow

First edit page where you want to add List Banner Slideshow > Add a Section

Edit Page 01 Min

add a Section

image.png.5b3176b3a8385c6280c6cd6e324d977d.png

Choose People > Choose section with (i) icon

List Section People1 Min

Click Edit Content

Edit Content1 Min

and choose Design > Banner Slideshow

Design Banner Slideshow Min

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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.