Rounded Corners Image Collage Block

image_collage_block_2_buttons.png

Description

Add rounded corners to the image collage block. 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.

// Rounded Corners Image - Image Collage Block //

.sqs-block-image .design-layout-collage img, .sqs-block-image .design-layout-collage .image-overlay {
  border-radius: 50px !important;
}

// Rounded Corners Text Box - Image Collage Block //

.sqs-block-image .design-layout-collage .image-card {
  border-radius: 50px!important;
}

Customize

Adjust the border radius values to your liking.

Change image collage block settings like normal in the image collage block and design settings.


Previous
Previous

Go Arrow Button Style (Image Card Version)

Next
Next

Image Collage Block With 2 Buttons