breemelanson Posted July 14, 2022 Share Posted July 14, 2022 Site URL: https://www.breemelanson.com/the-membership I need help removing the black gradient on the video control panels on this page. Is there a CSS to fix this? Link to comment
Solution paul2009 Posted July 14, 2022 Solution Share Posted July 14, 2022 (edited) 6 hours ago, breemelanson said: I need help removing the black gradient on the video control panels You can remove the background gradient behind the controls on the native video player with the following CSS, but it will make them difficult to see and could present accessibility issues: /* Hide controls gradient on native video player */ .video-player .plyr .plyr__controls:before { background-image: none; } If you don't want to see the gradient or the player controls, you can hide both instead: /* Hide controls on native video player */ .video-player .plyr .plyr__controls { display: none; } Was this post helpful? Please give feedback by clicking an icon below ⬇️ Edited July 14, 2022 by paul2009 danielbartel and Eylon 1 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee Link to comment
stevecontor Posted October 19, 2022 Share Posted October 19, 2022 (edited) Hi All, i started adding video content to my site with the new editor. Is there a way to remove the shadow gradient from over the videos? I tried site styles but cant see any settings in there for it. thank you Steve Edited October 19, 2022 by stevecontor Link to comment
paul2009 Posted October 19, 2022 Share Posted October 19, 2022 15 minutes ago, stevecontor said: Is there a way to remove the shadow gradient from over the videos? See my answer above. stevecontor 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee 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