SupaJ Posted March 28 Share Posted March 28 (edited) 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 Edited April 4 by SupaJ missing info Link to comment
tuanphan Posted April 2 Share Posted April 2 Hi, What is site url? 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
SupaJ Posted April 4 Author Share Posted April 4 On 4/2/2023 at 4:34 AM, tuanphan said: Hi, What is site url? Thanks for replying! Sorry I missed it earlier. It's www.quadrant25.com. PW: Quadrant25 Link to comment
tuanphan Posted April 7 Share Posted April 7 On 4/4/2023 at 12:19 PM, SupaJ said: Thanks for replying! Sorry I missed it earlier. It's www.quadrant25.com. PW: Quadrant25 It looks like you solved it. Do you still need help? 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
SupaJ Posted April 11 Author Share Posted April 11 On 4/7/2023 at 4:04 AM, tuanphan said: It looks like you solved it. Do you still need help? 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 tuanphan Posted April 14 Solution Share Posted April 14 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; } SupaJ 1 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
SupaJ Posted April 15 Author Share Posted April 15 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; } super helpful, thank you! tuanphan 1 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