Remove Banner Slideshow Arrow Opacity
Look Demo
Remove the opacity from the banner slideshow (auto layout) arrows. This plugin uses css editor and works with Squarespace 7.1.
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.
// Auto Banner Slideshow - Remove Opacity // .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-background { opacity: 1; }
Customize
Adjust the opacity value to your liking. Setting the value to 1 will make the arrow background solid. Any lower values will increase the opacity.