How to add a title above ‘Past Events’ listing - Squarespace 7.1

You can enable “Past Events” section within the Events listing, but it’s missing a title to tell the user what section they are seeing. You can resolve this by adding some custom code to your site. The “Past Events” text can be edited and replaced to your desired needs.


Add the following to your Custom CSS

//Past Events title
.eventlist.eventlist--past:before {
    content: "Past Events";
    display: block;
    font-size: 2.5rem;
    text-align: left;
    margin-top: 50px;
}
Dave Hawkins

As a top tier Squarespace Expert and founder of Made by Dave, I bring over 8 years of Squarespace experience and 200+ bespoke website launches. Our process combines consultancy, design, project management and development for a collaborative and efficient experience with clients like you. Whether you need a new website or updates for your existing site, we'll help you get up and running.

https://madebydave.org
Previous
Previous

How to adjust the aspect ratio to 16:9 on video collections library - Squarespace 7.1

Next
Next

An Introduction to Web Accessibility & accessiBe Review