ChristophMatt Posted April 5, 2023 Share Posted April 5, 2023 Dear appreciated forum, could someone help me please? I am trying desperately to remove the background circle in the video block with custom CSS code – as close as it gets, the "circle" behind the "play / stop button" gets only transparent. I simply want it everything out, so only the stop and play element are remaining. Here is my code: /* Hide controls on native video player */ .video-player .plyr .plyr__controls { display: none !important; } /* Change symbol and background color of Play/Pause button */ .video-player .plyr__control { color: white !important; background: none !important; } Thanks a lot in advance for your help. Link to comment
Ziggy Posted April 5, 2023 Share Posted April 5, 2023 Can you share your website URL and this page? ChristophMatt 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
ChristophMatt Posted April 5, 2023 Author Share Posted April 5, 2023 @Ziggy Please find the URL here:https://www.archivesoftheearth.com/archive Thanks a lot in advance for reaching out Link to comment
Solution Ziggy Posted April 5, 2023 Solution Share Posted April 5, 2023 (edited) Try this custom CSS: .video-player.video-player--medium .plyr--video .plyr__control--overlaid { background: transparent !important; } .video-player .plyr--video .plyr__control--overlaid { -webkit-backdrop-filter: blur(0px) !important; backdrop-filter: blur(0px) !important; } Edited April 5, 2023 by Ziggy correction ChristophMatt 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
ChristophMatt Posted April 5, 2023 Author Share Posted April 5, 2023 @Ziggy thank you very much, I just had to fix an syntax error, and now it is working on desktop. Unfortunately not yet functioning on mobile. Would you be so kind and let me know, if there is a way to apply the code to both, desktop and mobile? Link to comment
Ziggy Posted April 5, 2023 Share Posted April 5, 2023 3 hours ago, ChristophMatt said: fix an syntax error Sorry, I see the bracket I missed! Not sure why that wasn't working on mobile, try adding this: .video-player .plyr--video .plyr__control--overlaid { background: rgba(0,0,0,0.0) !important; } ChristophMatt 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? 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