spotlightlover Posted October 29, 2022 Share Posted October 29, 2022 Hello, I'm trying to disable the links from a calendar display to the associated event. I found this post from two years ago which seemed to be what I wanted, so I used the code provided. It did remove the links from the flyout box but the item text in the calendar box is still an active link. Any help appreciated, thanks. Code I inserted: /* remove links from calendar */ .yui3-squarespacecalendar .small-layout .flyoutitemlist a { pointer-events: none !important; } .flyoutitem * { pointer-events: none !important; } .yui3-squarespacecalendar .background a { pointer-events: none !important; } https://cello-chartreuse-tsnb.squarespace.com/member-info SJMB2022 Link to comment
spotlightlover Posted October 29, 2022 Author Share Posted October 29, 2022 Solved it, thanks anyway! Added .yui3-squarespacecalendar .item-link { pointer-events: none !important; } tuanphan 1 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