scdesign Posted April 14, 2023 Share Posted April 14, 2023 On my Events page, I'd like to be able to hide all the future events, and only show past events. Is this possible with CSS? Link to comment
Solution paul2009 Posted April 14, 2023 Solution Share Posted April 14, 2023 (edited) 1 hour ago, scdesign said: On my Events page, I'd like to be able to hide all the future events, and only show past events. Is this possible with CSS? You can hide the upcoming events on a Squarespace 7.1 Events page by using the following to the custom CSS panel, in Design > Custom CSS: .eventlist--upcoming { display: none; } You may also want to hide the divider that appears between upcoming and past events with this CSS: .eventlist--upcoming+.eventlist--past .eventlist-past-upcoming-divider { display: none; } Let me know how you get on. Did this help? Please give feedback by clicking an icon below ⬇️ Edited April 14, 2023 by paul2009 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
scdesign Posted April 17, 2023 Author Share Posted April 17, 2023 That worked perfectly! Thank you! paul2009 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment