Bluemonque Posted January 18 Share Posted January 18 I'm struggling with removing or hiding the time on all event pages. Actually, the time can be removes on all events and pages. I hope somebody can help me out, thanks in advanced! Link to comment
Ziggy Posted January 18 Share Posted January 18 Can you share your website URL and this page? 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? Link to comment
Bluemonque Posted January 20 Author Share Posted January 20 Hi Ziggy, it's this page: https://www.wijckers.nl/agenda/2024/valentijn Many thanks in advanced! Link to comment
Ziggy Posted January 20 Share Posted January 20 Try this Custom CSS: .eventitem-meta-item .eventitem-meta-time .event-meta-item { display:none; } 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? Link to comment
Bluemonque Posted February 14 Author Share Posted February 14 Hi @Ziggy, I've tried the code but it's still not working unfortunately Link to comment
Bluemonque Posted February 14 Author Share Posted February 14 For example this event. But I want to remove the time on all event pages. also for future events Link to comment
Ziggy Posted February 14 Share Posted February 14 Okay, let's try this instead: .event-time-localized { display:none !important; } cherylr, sayreambrosio, sashaaaaa and 1 other 3 1 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? Link to comment
cherylr Posted March 26 Share Posted March 26 I am trying to do this as well. And this code worked! But, there's a comma after the date. Any idea how to remove that as well? On 2/14/2024 at 3:22 PM, Ziggy said: .event-time-localized { display:none !important; } Link to comment
Ziggy Posted March 26 Share Posted March 26 9 hours ago, cherylr said: But, there's a comma after the date. Any idea how to remove that as well? Can you share your website URL and this page so I can take a look? 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? Link to comment
cherylr Posted March 26 Share Posted March 26 Sure - https://www.earlsplacegallery.org/events-new/event-one-ng9gf Thanks! Ziggy 1 Link to comment
Ziggy Posted March 26 Share Posted March 26 6 minutes ago, cherylr said: https://www.earlsplacegallery.org/events-new/event-one-ng9gf Try this: .eventitem--multiday .eventitem-meta-date .event-date:after { content: none !important; } cherylr 1 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? Link to comment
Ziggy Posted March 26 Share Posted March 26 10 minutes ago, cherylr said: perfect! thanks a million! ☕ You're welcome! 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? Link to comment
sophiehellyer Posted May 13 Share Posted May 13 please could i get help with this too? i want to remove the time as the event runs all day / multi day (for this event only, not future ones) https://risefierce.com/book/deepwinterretreat thank you thank you ! Link to comment
tuanphan Posted May 17 Share Posted May 17 On 5/13/2024 at 5:26 PM, sophiehellyer said: please could i get help with this too? i want to remove the time as the event runs all day / multi day (for this event only, not future ones) https://risefierce.com/book/deepwinterretreat thank you thank you ! You can use this code to Website > Website Tools > Custom CSS body#item-6641ded905fd1c4d6a913cf5 time[class*="event-time-"] { display: none; } body#item-6641ded905fd1c4d6a913cf5 time.event-date:after { visibility: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Parisa Posted August 20 Share Posted August 20 hey @Ziggy None of the codes didn't work for me.do you have any other suggestion for removing day and time from events as I use them for news? Link to comment
Ziggy Posted August 21 Share Posted August 21 11 hours ago, Parisa said: None of the codes didn't work for me.do you have any other suggestion for removing day and time from events as I use them for news? Could you share some details? Website URL? Pages this is on? When you say news, might you be referring to a blog page rather than an event page? 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? Link to comment
sayreambrosio Posted October 25 Share Posted October 25 On 2/14/2024 at 1:22 PM, Ziggy said: Okay, let's try this instead: .event-time-localized { display:none !important; } This just came in really handy. Thank you for sharing! Ziggy 1 Sayre Design Site: https://www.stregaconsulting.com Author Coordinates: https://bio.site/sayreambrosio Italian Journey: https://bio.site/ambrosiosjrnyhm 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