LoneSpruce Posted November 24, 2019 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
paul2009 Posted November 24, 2019 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
paul2009 Posted November 24, 2019 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; } Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
LoneSpruce Posted November 24, 2019 Author Posted November 24, 2019 Thank you! This is great! Any chance you could share the CSS for moving below the text instead?
paul2009 Posted November 24, 2019 Posted November 24, 2019 Sure. Instead of 'bottom' use 'top' and set a percentage that works on all devices. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
LoneSpruce Posted November 24, 2019 Author Posted November 24, 2019 Last question on this! Is it possible to change the size of the play button?
lucassendlhofer Posted January 10, 2020 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
shembach Posted February 10, 2020 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.
sospiri Posted May 7, 2020 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
citystringensemble Posted December 4, 2020 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?
tuanphan Posted December 6, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
KasperViitta Posted July 14, 2021 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
tuanphan Posted July 15, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.