How to customize the video player in Squarespace // Squarespace CSS tutorial

Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics – grab my free Getting Started Guide here 👉 https://insidethesquare.co/learn

🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10

💕 Love this free Square space tutorial? You can donate via Paypal to help support my YouTube Channel https://www.paypal.com/paypalme/insidethesquare

This tutorial is for any version of Squarespace, 7 or 7.1!

This tutorial will show you how to change the look of a video player on your Squarespace site. A few important things to note before you copy and paste this into your own site:

+ There is more than one way to do this! This is just one approach of many because code is super customizable.

+ There are a TON of creative things you can do with border codes. To learn more about borders, visit https://insidethesquare.co/borders

+ The play button icon we are editing is visible when you upload a thumbnail for the video. If you don’t upload a thumbnail image, your “play” button won’t be editable.

//– add a border around the video
.sqs-video-wrapper{border: 1px solid #50bdb8;

//– add a shadow to the video
.sqs-video-wrapper{box-shadow: 5px 5px 20px rgba(0,0,0,0.2);}

//– layered offset background color
.sqs-video-wrapper{box-shadow: 20px 20px 0px #50bdb8;}

//– add a circle around the play icon
.sqs-video-icon {border: 5px solid #fff; border-radius: 50%;}

//– change the play icon from white to black
.sqs-video-icon {filter:invert(100%)}

🤩 Ready for more codes? The codes in this tutorial are just the beginning of all the cool things you can do with Custom CSS! When you’re ready to dive in and start customizing, you can use codes from my CSS Cheat Sheet. It has over 30 pages of code snippets and pro tips to help you get started. Download your copy 👉 https://InsideTheSquare.co/css

🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10 ❤️ #winwin

🙋 Need some help? Visit ​https://insidethesquare.co/code-help​ to see my current support options.

▸▸▸ Ready to be an expert?
Copy & pasting CSS is a great way to get started, but if you really want to level up your skills and write your own code, then you’re ready for the Custom Code Academy. I created this course to teach you everything I know about CSS for Squarespace. Enrollment is open right now, and access lasts a lifetime. Join the academy today at https://CustomCodeAcademy.com

The term “Squarespace” is a trademark of Squarespace, Inc. This content is not affiliated with Squarespace, Inc. I just really love their platform ♥

#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks #squarespacetips

You May Also Like