JesperZ Posted July 21 Share Posted July 21 I'm trying to use Squarespace Events to create a page containing current open job-listnings summary. The reason for using Event for this is for the job-listing to disappear when it's application date has expired. So, what I wanted to do was just hiding the start-date. Perhaps replacing it with a fixed phrase "Last application date" then followed by the event end date. Could this be done? Link to comment
paul2009 Posted July 21 Share Posted July 21 1 hour ago, JesperZ said: I'm trying to use Squarespace Events to create a page containing current open job-listings. So, what I wanted to do was just hiding the start-date. Perhaps replacing it with a fixed phrase "Last application date" then followed by the event end date. Set the start and end dates to the time/date when applications close 🙂 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
JesperZ Posted July 24 Author Share Posted July 24 On 7/21/2023 at 1:01 PM, paul2009 said: Set the start and end dates to the time/date when applications close 🙂 That was simple enough 😊 But it only takes me half-way. Now, how can I hide the time and just keep the date. And how can I add static text in front, or above the date? Link to comment
Solution paul2009 Posted July 24 Solution Share Posted July 24 55 minutes ago, JesperZ said: how can I hide the time and just keep the date. This may help to get you started. It's CSS so you'll need to add it to the Custom CSS panel. /* Hide event times */ .event-time-localized, .summary-metadata-item.summary-metadata-item--event-time { display: none!important; } /* Date prefix on summary block */ .summary-metadata-item.summary-metadata-item--date::before { content: "Applications close at 12pm on "; } /* Date prefix on individual events */ .eventitem-meta-date::before { content: "Applications close at 12pm on"; } Did this help? Please give feedback by clicking an icon below ⬇️ tuanphan and JesperZ 1 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
JesperZ Posted July 24 Author Share Posted July 24 22 minutes ago, paul2009 said: This may help to get you started. It's CSS so you'll need to add it to the Custom CSS panel. /* Hide event times */ .event-time-localized, .summary-metadata-item.summary-metadata-item--event-time { display: none!important; } /* Date prefix on summary block */ .summary-metadata-item.summary-metadata-item--date::before { content: "Applications close at 12pm on "; } /* Date prefix on individual events */ .eventitem-meta-date::before { content: "Applications close at 12pm on"; } Did this help? Please give feedback by clicking an icon below ⬇️ Awesome, huge thanks @paul2009 tuanphan and paul2009 1 1 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