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 an audio 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.
+ I want to encourage you to play around with the creative parts of this code, like spacing, sizes, and colors!
+ Thess codes work for both Squarespace 7 & 7.1, any theme and any version, but is specific for the βminimalβ player style, not classic style.
Anywho β hope ya love it! Codes below:
//β Change the background color of the player itself
.sqs-widgets-audio-player {background:orange!important}
//βChange the color behind the play/pause button
.sqs-widgets-audio-player .action {background:orange!important}
//β Change the color of the play/pause button
.sqs-widgets-audio-player .action .play-button {border-left-color: purple!important}
.sqs-widgets-audio-player .action .pause{border-color: purple!important}
//βChange the color of the title
.sqs-widgets-audio-player .title-wrapper .title{color: purple!important}
//βChange the title font size
.sqs-widgets-audio-player .title-wrapper .title {font-size: 2rem!important}
//β Change the artist font size
.sqs-widgets-audio-player .artistName {font-size: 2rem!important}
//β Change the artist to uppercase
.sqs-widgets-audio-player .artistName {text-transform:uppercase!important}
//β Change the color of the time
.sqs-widgets-audio-player .time {color: purple!important}
//β Minimal style
.sqs-widgets-audio-player {background:Transparent!important} .sqs-widgets-audio-player .title-wrapper .title, .sqs-widgets-audio-player .artistName, .sqs-widgets-audio-player .time{color:#50bdb8!important} .sqs-widgets-audio-player .action .play-button {border-left-color:#50bdb8!important} .sqs-widgets-audio-player .action .pause{border-color:#50bdb8!important} .sqs-widgets-audio-player .artistName {text-transform:uppercase; letter-spacing: .1rem; font-size: .75rem}
//β Rounded gradient
.sqs-widgets-audio-player {box-shadow: 2px 5px 15px rgba(0,0,0,0.2); background:linear-gradient(to right, lightblue,pink)!important; border-radius: 35px!important}
.sqs-widgets-audio-player .title-wrapper .title, .sqs-widgets-audio-player .artistName, .sqs-widgets-audio-player .time {color: #fff!important} .sqs-widgets-audio-player .action .play-button {border-left-color: #fff!important} .sqs-widgets-audio-player .action .pause{border-color: #fff!important}
β
π€© 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
β
π Need some help? Visit βhttps://insidethesquare.co/code-helpβ to see my current support options.
β
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