LoneSpruce Posted November 24, 2019 Share Posted November 24, 2019 Hello — I am looking for a custom CSS code to either remove the play button on a video gallery or to make it fully transparent. As it stands, the play button is directly where I need my text to be. Website here Link to comment
paul2009 Posted November 24, 2019 Share Posted November 24, 2019 The site is private. You'll need to set a site password and tell us what it is, so that we can view it. LoneSpruce 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
LoneSpruce Posted November 24, 2019 Author Share Posted November 24, 2019 Set to password: 'Test' Link to comment
paul2009 Posted November 24, 2019 Share Posted November 24, 2019 You may want to retain the play button but move it above the titles so that visitors realise a video will play. To do this, add the following to Design > Custom CSS: .collection-type-gallery .video-play-icon { bottom: 33%; } If you prefer to remove the icon, use this instead: .collection-type-gallery .video-play-icon { display: none; } About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
LoneSpruce Posted November 24, 2019 Author Share Posted November 24, 2019 Thank you! This is great! Any chance you could share the CSS for moving below the text instead? Link to comment
paul2009 Posted November 24, 2019 Share Posted November 24, 2019 (edited) Sure. Instead of 'bottom' use 'top' and set a percentage that works on all devices. Edited November 24, 2019 by paul2009 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
LoneSpruce Posted November 24, 2019 Author Share Posted November 24, 2019 Last question on this! Is it possible to change the size of the play button? Link to comment
lucassendlhofer Posted January 10, 2020 Share Posted January 10, 2020 I played around with it a bit and for me it worked like this: Add this to the code from Paul: transform: scale(0.5,0.5) The two numbers define the scale of the X and Y. hope that helps -lucas Link to comment
shembach Posted February 10, 2020 Share Posted February 10, 2020 Your site looks great! Was wondering how you achieved that design. You are using video blocks with a thumbnail image, right? How did you mange to have the thumbnail image without boarders? I can only seem to do that with images. Would love to know how you did your motion page. Link to comment
sospiri Posted May 7, 2020 Share Posted May 7, 2020 Hi Paul, that looks like a really nice code line, unfortunatly it doesn't work on my website... 😞 https://preview-chocolate.squarespace.com/chris-balmond-2 Password: chocolate Could you help me ? Thanks a lot !! Cheers, Pauline Link to comment
citystringensemble Posted December 4, 2020 Share Posted December 4, 2020 Hi Paul, I'm glad I came across these posts as I am also having a similar issue on the mobile site of Motion Graphics template cover page. To fix it, I'd like to remove the play button but the custom code above doesn't do anything when put in Design > Custom CSS. Any advice? Link to comment
tuanphan Posted December 6, 2020 Share Posted December 6, 2020 On 12/4/2020 at 10:16 PM, citystringensemble said: Hi Paul, I'm glad I came across these posts as I am also having a similar issue on the mobile site of Motion Graphics template cover page. To fix it, I'd like to remove the play button but the custom code above doesn't do anything when put in Design > Custom CSS. Any advice? Can you share site url? 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
KasperViitta Posted July 14, 2021 Share Posted July 14, 2021 Oh this is exactly what I need! But the code above doesnt work for me either. I would want the play icon removed. Please help me! :) my site url is https://wedge-tomato-jyh6.squarespace.com/sillanalla Link to comment
tuanphan Posted July 15, 2021 Share Posted July 15, 2021 On 7/14/2021 at 5:24 PM, KasperViitta said: Oh this is exactly what I need! But the code above doesnt work for me either. I would want the play icon removed. Please help me! :) my site url is https://wedge-tomato-jyh6.squarespace.com/sillanalla Add to Design > Custom CSS /* hide play icon */ .sqs-video-icon { visibility: hidden !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment