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