AT76 Posted February 5 Share Posted February 5 Hi, I'm working in Brine (7.0) and would like to unlink the event title (so the individual events detail page isn't accessible to user)....just to keep it simpler and cleaner. Site url: https://tesswr.squarespace.com/upcoming-events Please advise, thank you! Link to comment
Solution paul2009 Posted February 5 Solution Share Posted February 5 1 hour ago, AT76 said: I'm working in Brine (7.0) and would like to unlink the event title (so the individual events detail page isn't accessible to user) Users can reach event detail pages by clicking/tapping the title, but also by clicking the thumbnail or the date tag, so you'll need to disable click-throughs for all three. Also, as the title has an underline (to indicate it is a link) you'll want to hide this underlining too. Here's some CSS you can add to Design > Custom CSS: /* Prevent clickthrough to event detail page */ .eventlist-column-thumbnail, .eventlist-column-date, .eventlist-title .eventlist-title-link { pointer-events: none; } /* Hide border under title */ h1 a.eventlist-title-link { border-bottom-width: 0; } Did this help? Please give feedback by clicking an icon below ⬇️ About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity 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 too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
AT76 Posted February 6 Author Share Posted February 6 @paul2009 That worked great, thanks so much! 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