Drop Shadow Audio Block

Look Demo

Add a simple drop shadow effect to the audio block. This plugin uses css editor and works with all template families.

How To Install

Add an Audio Block to any page and upload your audio file.

Under Design, set the player style to minimal and the player color to either light or dark. Save the page when done.

Next, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Drop Shadow Audio Player //

.sqs-widgets-audio-player {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.2) !important;
  -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.2) !important;
  box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.2) !important;
}

Customize

Change the border radius and box shadow values to your liking.

License

This plugin comes with an Unlimited Use License. View License Terms

Previous
Previous

Pill Audio Block Style

Next
Next

Change "Read More" Summary Block Text