AT76 Posted February 5, 2023 Share Posted February 5, 2023 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, 2023 Solution Share Posted February 5, 2023 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 ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
AT76 Posted February 6, 2023 Author Share Posted February 6, 2023 @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