em_ Posted August 4, 2023 Share Posted August 4, 2023 My client wants to add time and date manually in the description, but I can figure out the code to remove the date on the page. Any ideas? Alternatively, if there is a way to create reoccurring events that information would also be really helpful! Link to comment
Ziggy Posted August 4, 2023 Share Posted August 4, 2023 Can you share the page you wan't to hide the dates from? I don't believe that you can do recurring events. 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
em_ Posted August 4, 2023 Author Share Posted August 4, 2023 15 minutes ago, Ziggy said: Can you share the page you wan't to hide the dates from? I don't believe that you can do recurring events. https://www.qinglongtaichiarts.ca/events Thanks! Link to comment
Solution Ziggy Posted August 4, 2023 Solution Share Posted August 4, 2023 Try this Custom CSS: .event-meta-item > time { display:none; } em_ 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
em_ Posted August 4, 2023 Author Share Posted August 4, 2023 5 minutes ago, Ziggy said: Try this Custom CSS: .event-meta-item > time { display:none; } Thank you! worked like a charm Link to comment
em_ Posted August 4, 2023 Author Share Posted August 4, 2023 6 minutes ago, Ziggy said: Try this Custom CSS: .event-meta-item > time { display:none; } Can i ask one more question? how do I make sure it doesnt display on the event description page itself? thanks so much!! Link to comment
Ziggy Posted August 4, 2023 Share Posted August 4, 2023 .eventitem-meta .event-meta .event-meta-date-time-container { display:none; } em_ 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
em_ Posted August 4, 2023 Author Share Posted August 4, 2023 (edited) 41 minutes ago, Ziggy said: .eventitem-meta .event-meta .event-meta-date-time-container { display:none; } Would there be a way to also remove the time? it only got rid of the date. Thanks so much!! I really appreciate it. Edited August 4, 2023 by em_ typo Link to comment
tuanphan Posted August 6, 2023 Share Posted August 6, 2023 On 8/5/2023 at 1:16 AM, em_ said: Would there be a way to also remove the time? it only got rid of the date. Thanks so much!! I really appreciate it. To remove the time, use this CSS li.eventitem-meta-item.eventitem-meta-time.event-meta-item { display: none !important; } em_ 1 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
tats_co Posted October 24, 2023 Share Posted October 24, 2023 @tuanphan I tried these codes but the time still appears for me. See here Link to page https://www.ecsc.org.au/events Link to comment
tuanphan Posted October 27, 2023 Share Posted October 27, 2023 On 10/24/2023 at 8:11 PM, tats_co said: @tuanphan I tried these codes but the time still appears for me. See here Link to page https://www.ecsc.org.au/events Use this code li.eventlist-meta-item.eventlist-meta-date.event-meta-item { display: none !important; } 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
thealk Posted May 22 Share Posted May 22 (edited) This all works for me but the event time (not date) still shows up on the event page itself (see below). What do I add to also make this part invisible? Edited May 22 by thealk Link to comment
tuanphan Posted May 24 Share Posted May 24 On 5/23/2024 at 5:14 AM, thealk said: This all works for me but the event time (not date) still shows up on the event page itself (see below). What do I add to also make this part invisible? Use this CSS code span.eventitem-meta-time { display: none !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment