Rounded Corners Event Thumbnails For Calendar Block
Description
Give the event thumbnails in a calendar block rounded corners. 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.
// Rounded Events Image Calendar Block // .background-image-link { border-radius: 10px; width: 80% !important; height: 80% !important; margin: 10% !important; }
Customize
Adjust the border radius, width, height, and margin values.