Jump to content

Removing date from event thumbnail on one page

Go to solution Solved by Jia,

Recommended Posts

Site URL: https://www.strongtowns.org/local-motive-past-tours

Trying to get rid of the dates on the event thumbnails for this one specific page (we need them on other pages, so I can't alter the Custom CSS). This is the code I'm injecting into the header, but it's not working.

<style>
  .eventlist-datetag {
    display: none;
}
</style>

Does anyone have a solution? I'll note that this page is one in an index of pages, if that makes any difference.

event thumbnails.png

Link to comment
  • Solution
4 hours ago, ShinaShayesteh said:

Site URL: https://www.strongtowns.org/local-motive-past-tours

Trying to get rid of the dates on the event thumbnails for this one specific page (we need them on other pages, so I can't alter the Custom CSS). This is the code I'm injecting into the header, but it's not working.

<style>
  .eventlist-datetag {
    display: none;
}
</style>

Does anyone have a solution? I'll note that this page is one in an index of pages, if that makes any difference.

event thumbnails.png

Hi, you can target an individual page with css. Add this to custom css (Design > Custom CSS) and let me know how it goes 🙂 

#collection-5fe984c448c30047e65797ba {
  .summary-thumbnail-event-date {
    display: none !important;
  }
}

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

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.