lenaentrekin Posted September 25, 2019 Share Posted September 25, 2019 (edited) I've received a lot of feedback from customers saying that they didn't realize our promotional video was a video because they didn't see the play button. Is there a custom code that I could use to increase its size? You can see my website here https://beyondadventures.co/. It's the video under "Who we are". Edited September 25, 2019 by lenaentrekin Initial Revision Brainbuster 1 Link to comment
tuanphan Posted September 26, 2019 Share Posted September 26, 2019 @lenaentrekin icon is image. So first you need to download play icon and increase its site. then add these code to Home > Design > Custom CSS. Replace url below to new icon url. .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon { background: transparent url(//assets.squarespace.com/universal/images-v6/damask/play-button.png) center center no-repeat; height: 100px; width: 100px; } 5 minutes to check & found the code. 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
tuanphan Posted September 26, 2019 Share Posted September 26, 2019 (edited) @lenaentrekin icon is image. So first you need to download play icon and increase its site. Icon url: https://assets.squarespace.com/universal/images-v6/damask/play-button.png then add these code to Home > Design > Custom CSS. Replace url below to new icon url. .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon { background: transparent url(//assets.squarespace.com/universal/images-v6/damask/play-button.png) center center no-repeat; height: 100px; width: 100px; } 5 minutes to check & found the code. Edited September 26, 2019 by tuanphan Initial Revision 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
KimSeidensticker Posted March 10, 2021 Share Posted March 10, 2021 That doesn't work but this does: .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon { background-size: 88px; height: 88px; width: 88px; margin-left: -44px; margin-top: -44px; } 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