Jump to content

Styled borders around individual summary block items?

Recommended Posts

Site URL: http://www.kassidysherburne.squarespace.com

I created a page with border boxes around each image item, and it's just a bit cumbersome to hand off to a client. I am hoping to find a way to recreate that but with a summary block, so that it will basically auto-populate. I have attached an image of what I have now and what I am basically hoping to achieve with a summary block. Does anyone know any code for this? I keep striking out. It would repeat on several pages also.

If you need to access the website, you can see it at http://www.kassidysherburne.squarespace.com using password: hello. It's a brine template.

Screen Shot 2021-02-11 at 9.59.41 PM.png

Link to comment
3 hours ago, sendmaddie said:

I created a page with border boxes around each image item, and it's just a bit cumbersome to hand off to a client. I am hoping to find a way to recreate that but with a summary block, so that it will basically auto-populate.

Can you point out the page where you've added the grid summary block?

 

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • 3 months later...
On 2/13/2021 at 10:07 AM, derricksrandomviews said:

Give this a shot, if it works you can change the color and the thickness of the border. Goes into custom css. 

.sqs-block-summary-v2 .summary-item {
border-style: solid;
  border-color: white;
  border-width: 2px;
}

Hi Derrick, this creates a boarder around whole item, including the caption. How can I exclude the caption?

Thanks

Link to comment
  • 6 months later...
On 12/18/2021 at 1:04 AM, Poppyseeds said:

Tuan to the rescue!

Site: https://grouse-copper-tl4m.squarespace.com/config/

PW: jellybeans

There are individual images at the top, and a gallery at the bottom. 

jellybeans

https://grouse-copper-tl4m.squarespace.com/?noredirect

incorrect password

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 12/20/2021 at 9:11 AM, Poppyseeds said:

Tuan, would you try it again please? 

I took the password protection off, then added it back in.

You mean 3 image blocks on the top or Gallery images on the bottom?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 12/20/2021 at 9:11 AM, Poppyseeds said:

Tuan, would you try it again please? 

I took the password protection off, then added it back in.

Add to Design > Custom CSS

/* homepage borders */
div#page-section-61bcc172b48a4d10704a2ff0 .image-block>div {
    border: 2px solid black;
}
[data-section-id="61bcc172b48a4d10704a2ff5"] figure {
    border: 5px solid black;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

JUST WHAT I NEEDED! 

You are amazing. I couldn't find this anywhere.

Thank you!

 

On 12/25/2021 at 1:30 AM, tuanphan said:

Add to Design > Custom CSS

/* homepage borders */
div#page-section-61bcc172b48a4d10704a2ff0 .image-block>div {
    border: 2px solid black;
}
[data-section-id="61bcc172b48a4d10704a2ff5"] figure {
    border: 5px solid black;
}

 

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.