ElasticArts Posted November 8, 2022 Share Posted November 8, 2022 Hello, We'd love to remove the "end time" from our calendar and all event listings on our site. Is there a specific CSS code that will do that? Thank you! The site is www.elasticarts.org -Ben Link to comment
Beyondspace Posted November 9, 2022 Share Posted November 9, 2022 16 hours ago, ElasticArts said: Hello, We'd love to remove the "end time" from our calendar and all event listings on our site. Is there a specific CSS code that will do that? Thank you! The site is www.elasticarts.org -Ben Do you mean removing it for example? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
paul2009 Posted November 9, 2022 Share Posted November 9, 2022 You can remove the end time from Events pages with the following CSS (add to Design > Custom CSS😞 span.event-datetime-divider, time.event-time-localized-end { display: none; } The Calendar Block does not distinguish between the start and end times, so you cannot use CSS to hide just the end times. However, you can hide all the times on the calendar with the following CSS: .flyoutitem .flyoutitem-datetime, .yui3-squarespacecalendar .item-time { display: none; } You'll need some JavaScript (and at least a Business Plan) to remove end times only. There's an old thread about something similar that may get you started. Did this help? Please give feedback by clicking an icon below ⬇️ 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
ElasticArts Posted November 22, 2022 Author Share Posted November 22, 2022 Thank you for the help, and apologies for the slow reply. This worked! Incredibly appreciated. -Ben paul2009 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