Jump to content

How to hide event date from events page?

Go to solution Solved by Ziggy,

Recommended Posts

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!

Screenshot 2023-08-04 at 10.13.28 AM.png

Link to comment

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 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
  • Solution

Try this Custom CSS:

.event-meta-item > time {
  display:none;
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
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!!

Screenshot 2023-08-04 at 10.54.24 AM.png

Link to comment
.eventitem-meta .event-meta .event-meta-date-time-container {
  display:none;
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
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 by em_
typo
Link to comment
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;
}

 

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
  • 2 months later...
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 

image.png.b6d3920d94b232175f471460f38ceb46.png

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.