Jump to content

I need help adding a border around all of my images in my calendar

Go to solution Solved by MayaViolet,

Recommended Posts

  • Solution

Hi @Richard06 - do you mean a border-radius (ie rounding the edges?), or an actual colored border?
I've included code for both below:

 

/* Calendar Image Borders */
.eventlist-column-thumbnail {
background: transparent !important;
}
.eventlist-column-thumbnail img {
    border-radius: 50px;
border: 2px solid blue; // border thickness, style and color
}

 

Lmk if you have questions!

Link to comment

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.