Jump to content

How to hide times on Events calendar?

Recommended Posts

Site URL: https://estherhafoundation.org/events-calendar?view=calendar&month=01-2021

Hello!

I'm trying to delete the times on the events calendar (9a,12p etc.) and I can't seem to do it. I looked around and tried to utilize code in both the css of the specific events page, and in the design area, and im not sure if im doing it incorrectly.

span.eventlist-meta-time {
    display: none !important;
}

I used this code and I just pasted it into the design CSS block, I'm not super familiar with coding. It didn't work though. I'm using the Impact template.

Thank you 🙂

Link to comment

Add to Design > Custom CSS

/* Hide am pm */
.flyoutitem-datetime.flyoutitem-datetime--12hr {
    display: none !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 1/30/2021 at 9:54 PM, tuanphan said:

Add to Design > Custom CSS


/* Hide am pm */
.flyoutitem-datetime.flyoutitem-datetime--12hr {
    display: none !important;
}

 

Hello! Thank you so much for replying! Where exactly do I post this in the CSS code?

Thank you again! 🙂

Link to comment
  • 2 months later...

Hi. I'm also trying to remove the time from the calendar. I tried the above code. The time is gone from the fly out,  but the time still displays on the calendar. I'm using version 7.1.  Is there a different variable for the time that displays on the calendar?  Thanks.

Edited by tmorrogh
Link to comment

Yes the code is probably different to make the code go away on the calendar.

Please post the URL to the page on your site where you want the time gone.

If your site is not public please set up a site-wide password, if you've not already done so.

Post the password here.

Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

Link to comment

@tmorrogh

Add the following to Design > Custom CSS.

.yui3-squarespacecalendar .item-time.item-time--12hr,
.yui3-squarespacecalendar .item-time.item-time--24hr

  {
  
    display : none;
    
    }

This if for v7.1.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

Link to comment

That worked. 

Thanks very much for your help. 

I really don't know very much about CSS and I'm new to SquareSpace.  With the help you've given me, I see now that when I inspect the code I can see the .item-time.item-time--12hr and 24hr variables and a reference to the .yui3-squarespacecalendar structure. 

Thanks again.

Link to comment
  • 7 months later...
56 minutes ago, Cheshire said:

I'm trying to remove the time stamp on my events (calendar) page.

Add the following to Design > Custom CSS.

/* remove time from events */

#collection-6197daa2e8e59e1d2d965d4a .eventlist-meta-time {

  display : none;

  }

This is for v7.0 using the Bedford template family.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

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.