Change Events Box Colors (Summary Block)
Description
Easily change the text and background colors of the events badge within a summary block. This plugin uses css editor and works with all versions of Squarespace.
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.
// Summary Block - Event Month and Day // .sqs-block-summary-v2 .summary-thumbnail-event-date-month, .sqs-block-summary-v2 .summary-thumbnail-event-date-day { color: #fff !important; } // Summary Block - Event Date Background // .sqs-block-summary-v2 .summary-thumbnail-event-date { background: #000 !important; }
Customize
Adjust the color and background values to your liking.