strunk Posted November 1, 2022 Share Posted November 1, 2022 I'd like to completely hide the standard event summary list on my events page so I can create the look I want using only summary blocks. I tried hiding the section with a section ID but then when I use a summary block with event filter, the event link are broken and won't go to the individual event pages. I used this on my blog to hide the standard blog summary and replaced it with summary blocks, I'd like to do the same thing on events: <style> .tweak-blog-item-show-date .blog-item-wrapper .blog-meta-item--date { display: none; } time.blog-date { display: none !important; } .blog-meta-section { display: none !important; } </style> Link to comment
Ziggy Posted November 1, 2022 Share Posted November 1, 2022 Can you share your website URL, page, and site wide password (if applicable)? Thanks! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
strunk Posted November 1, 2022 Author Share Posted November 1, 2022 I think I found the solution: On the Event Page > Click the Gear Icon > Advanced > Page Header Code Injection > Paste this code <style> .eventlist { display: none; } </style> 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