strunk Posted November 1, 2022 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>
Ziggy Posted November 1, 2022 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
strunk Posted November 1, 2022 Author 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>
bunkerhillmedia Posted August 27 Posted August 27 On 11/1/2022 at 2:01 PM, strunk said: 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> Two years late, but THANK YOU! This was driving me nuts.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment