Anemone Posted June 23 Share Posted June 23 I'm customizing the font overlay for a fullscreen slideshow gallery section using this code (pieced together by me who is not a css expert!) but the text is getting cut off. Can anyone help reveal the missing text? Bonus points for helping me make it mobile responsive! caption-fullscreen-slideshow { position: absolute; top: 42% ; background: rgba(0,0,0,0); color: white; left: 0; text-align: overlay; } figcaption.gallery-caption.gallery-caption-fullscreen-slideshow { p { font-size: 300%; font-weight:800; } } Thanks!! Link to comment
tuanphan Posted June 23 Share Posted June 23 Can you share link to page in screenshot? We can check easier 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
Anemone Posted June 23 Author Share Posted June 23 Sorry! I thought it would be shown at the top. Url is https://dory-sparrow-crj2.squarespace.com/ I was able to fix that issue, BUT I'm now wondering if there is a way to remove the white block at the bottom of the slideshow. If you turn off captions it goes away, but then, of course, so do the captions! Thanks so much for your help! Link to comment
tuanphan Posted June 25 Share Posted June 25 On 6/24/2023 at 1:45 AM, Anemone said: Sorry! I thought it would be shown at the top. Url is https://dory-sparrow-crj2.squarespace.com/ I was able to fix that issue, BUT I'm now wondering if there is a way to remove the white block at the bottom of the slideshow. If you turn off captions it goes away, but then, of course, so do the captions! Thanks so much for your help! The site is private. Can you setup an access password? We can access site easier 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
Anemone Posted June 29 Author Share Posted June 29 Thank you! Password is LVF2023 but I moved slideshow to Saved because client wanted to use a video instead. Link to comment
tuanphan Posted June 30 Share Posted June 30 12 hours ago, Anemone said: Thank you! Password is LVF2023 but I moved slideshow to Saved because client wanted to use a video instead. So did you solve or 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
Anemone Posted July 6 Author Share Posted July 6 I would love help! Thank you!! dory-sparrow-crj2.squarespace.com Client would like slideshow to appear like backroads.com landing page. Thanks so much!! Link to comment
Anemone Posted July 6 Author Share Posted July 6 Got it! Thought I would share the code for a fullscreen slideshow caption overlay in case anyone else needs it. figcaption.gallery-caption.gallery-caption-fullscreen-slideshow { p { font-size: 300%; font-weight:800; position: absolute; top: -400% ; background: rgba(0,0,0,0); color: white; } } 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