Leaflet Summary Block


Description

Give summary blocks with a wall or grid layout a new style. This plugin uses css editor and works with all template families.


How To Install

Add a Summary Block to the page.

Content Tab: Select where you want to grab your content from. This can either be from a blog, gallery, events, or product page.

Layout Tab: Select either the wall or grid layout option and adjust your layout settings to your liking.

Display Tab: Adjust these settings to your liking. We recommend having all settings check marked.

Next, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Leaflet Summary Block Design // .sqs-block-summary-v2 .summary-item { background-color: #ffffff; border-radius: 100px 10px; -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; } // Leaflet Summary Block Image Radius // .sqs-block-summary-v2 .summary-thumbnail { border-radius: 100px 0px 0px 0px; } // Leaflet Summary Content Padding // .sqs-block-summary-v2 .summary-item .summary-content { padding: 20px 40px 20px 40px; } // Leaflet Summary Block Button // .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link { display: inline-block; margin-top: 10px; background: #4FDBA2; color: white; border: 0px solid white; border-radius: 50px; padding: 10px 20px; }

Customize

There are quite a few values you can change, so we sectioned them so they are easier to find.

  • Summary Block Design: Adjust the background color, border radius, and drop shadow to your liking.

  • Summary Content Padding: Change the padding around the text content of the summary block.

  • Summary Block Button: This turns the read more link into a button. Adjust the background color, color, border, border radius, and padding to modify the button style.

  • Please keep in mind that this plugin only works with Summary Blocks with a wall or grid layout design.


Previous
Previous

Beautiful Summary Block

Next
Next

Top Header Border