How to customize the audio 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 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

You May Also Like