AlfonsD Posted March 3 Share Posted March 3 I had been asked to edit the following Squarespace website:https://www.sachi-web.de/sachi-ne I have quite some experience with different CMS, but not yet with the Squarespace CMS. Question: How can I remove the red "View Event" button on the above web page for some of the events? Any suggestion would be welcome. Link to comment
paul2009 Posted March 3 Share Posted March 3 29 minutes ago, AlfonsD said: How can I remove the red "View Event" button on the above web page for some of the events? You can hide it for all events by adding this to Design > Custom CSS: /* Hide 'View Event' button */ a.eventlist-button.sqs-editable-button.sqs-button-element--primary { display: none; } If you only want to hide the button for some of the events, you'll need to specify the URL of each event. For example, to hide the button for the first event on the list, you could use: /* Hide button on 27 January 2023 event */ a[href="/sachi-ne/sd4acce77nqtbn7fd6fplambiot1kp"].eventlist-button.sqs-editable-button.sqs-button-element--primary { display: none; } Did this help? Please give feedback by clicking an icon below ⬇️ Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Catch up on all the release notes and announcements 2023 [for Circle members only] (there's a public version here)Buy me a coffee Link to comment
AlfonsD Posted March 3 Author Share Posted March 3 I'll check it out tomorrow. Thank you for your fast response. 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