Remove Arrow Backgrounds (Slideshow Gallery)

Summary Block
This block is invalid. Please check the block settings and try again.

Look Demo

Remove the automatic background color from the slideshow gallery block arrows. This plugin uses css editor and works with all template families.

How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

//Remove Slideshow Gallery Arrows Background //

.sqs-gallery-controls .previous, .sqs-gallery-controls .next {
  background: none;
}
.sqs-gallery-controls .previous:hover, .sqs-gallery-controls .next:hover{
  background: none;
}

Customize

You do not need to change any of the values or properties.

Please keep in mind that this only works with the Gallery Slideshow Block.

License

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

Summary Block
This block is invalid. Please check the block settings and try again.