XL Banner Slideshow Arrows
Look Demo
Make the banner slideshow (auto layout) arrows bigger in size. 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 - Arrow Icon Size // .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon { width: 100px; height: 100px; } // Auto Banner Slideshow - Background Size // .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button { width: 200px; height: 200px; }
Customize
Adjust both width and height values to your liking.