Inverted Audio Block On Hover

Look Demo

Add a cool inverted effect to the audio block when hovered over. 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 light. Save the page when done.

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

// Audio Player Invert //

.sqs-widgets-audio-player {
  background: white !important;
  border: 1px solid #BBBBBB;
  padding: 5px;
  border-radius: 10px;
  transition: .5s;
}

.sqs-widgets-audio-player:hover {
  filter: invert(100%);
  transition: .5s;
}

Customize

Change the background, border px, border color, padding, and border radius values to your liking.

License

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

Previous
Previous

Animated Gradient Audio Block

Next
Next

Audio Block Border