brawn14 Posted October 30, 2019 Share Posted October 30, 2019 Is there a way to disable the link that appears in the pop up window of a calendar. When you hover over a date with an event, information for that event appears within a hover box. these details link through to the events page. I dont want it to, i want to disable that links.... Any help? Link to comment
colin.irwin Posted October 30, 2019 Share Posted October 30, 2019 Please post a link to the page in question. If you're looking for a Squarespace Developer, drop me a line. Link to comment
brawn14 Posted October 30, 2019 Author Share Posted October 30, 2019 https://denim-plane-hb3f.squarespace.com/english-wine-introduction-tasting November 17-19 has events on... the hover box has a link in... Id like to keep the info but remove the link Link to comment
colin.irwin Posted October 30, 2019 Share Posted October 30, 2019 Add the following to your custom css after any other code that may already be there. .flyoutitem a { pointer-events: none !important; } brawn14 1 If you're looking for a Squarespace Developer, drop me a line. Link to comment
brawn14 Posted October 30, 2019 Author Share Posted October 30, 2019 I think thats worked - Thank you so much! Link to comment
Solution colin.irwin Posted October 30, 2019 Solution Share Posted October 30, 2019 This version will also hide the arrow so the text doesn't look like a link. .flyoutitem a { pointer-events: none !important; .flyoutitem-link-arrow { display: none; } } brawn14 1 If you're looking for a Squarespace Developer, drop me a line. Link to comment
hlzcp Posted December 29, 2020 Share Posted December 29, 2020 @colin.irwin - Is there a way to stop the calendar popup completely? I am using my calendar to show available / unavailable, I don't want there to be a pop-up on hover. Green means the dates are unavailable, grey means they are available (I am going to make that clear elsewhere. I don't want there to be a pop-up when I hover over the date - currently- as you can see below- when I hover over the date "8", there is a grey black popup that appears. Thanks in advance! Link to comment
tuanphan Posted January 3, 2021 Share Posted January 3, 2021 On 12/30/2020 at 2:01 AM, hlzcp said: @colin.irwin - Is there a way to stop the calendar popup completely? I am using my calendar to show available / unavailable, I don't want there to be a pop-up on hover. Green means the dates are unavailable, grey means they are available (I am going to make that clear elsewhere. I don't want there to be a pop-up when I hover over the date - currently- as you can see below- when I hover over the date "8", there is a grey black popup that appears. Thanks in advance! Can you share link to page in screenshot? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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