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: 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
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