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 ⬇️ SandNotOil, SM810 and dgaebel 1 2 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
AlfonsD Posted March 3 Author Share Posted March 3 I'll check it out tomorrow. Thank you for your fast response. Link to comment
oddness Posted August 18 Share Posted August 18 Hi, I tried following this solution but it doesn't seem to be working. Any ideas? https://oddness.studio/events Link to comment
oddness Posted August 18 Share Posted August 18 Never mind - I figured this out, my mistake. How do I buy you a coffee @AlfonsD?? 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