No55 Posted September 16, 2021 Posted September 16, 2021 Site URL: https://frog-cornet-e4zp.squarespace.com/ I've set up a calendar for a client connected to a blog. I only want users to view the excerpt in the flyout and not be able to click through to the blog itself. I have managed to disable link on the fly out using the code below. .flyoutitem a { pointer-events: none !important; .flyoutitem-link-arrow { display: none; }} However, I can't use the below code as it overrides the greyscale filter I've applied to the calendar thumbnails (the colour appears on hover). Is there anyway to stop people click through to the blog posts while still keeping the hover function .yui3-squarespacecalendar .background a { pointer-events: none;} Greyscale filter code for reference: .yui3-squarespacecalendar .background-image { -webkit-filter: grayscale(100%); filter: grayscale(100%); &:hover, &:focus { -webkit-filter: grayscale(0%); filter: grayscale(0%); } } Yhank you so much in advance for your help. Best, V
tuanphan Posted September 19, 2021 Posted September 19, 2021 On 9/16/2021 at 10:06 PM, No55 said: Site URL: https://frog-cornet-e4zp.squarespace.com/ I've set up a calendar for a client connected to a blog. I only want users to view the excerpt in the flyout and not be able to click through to the blog itself. I have managed to disable link on the fly out using the code below. .flyoutitem a { pointer-events: none !important; .flyoutitem-link-arrow { display: none; }} However, I can't use the below code as it overrides the greyscale filter I've applied to the calendar thumbnails (the colour appears on hover). Is there anyway to stop people click through to the blog posts while still keeping the hover function .yui3-squarespacecalendar .background a { pointer-events: none;} Greyscale filter code for reference: .yui3-squarespacecalendar .background-image { -webkit-filter: grayscale(100%); filter: grayscale(100%); &:hover, &:focus { -webkit-filter: grayscale(0%); filter: grayscale(0%); } } Yhank you so much in advance for your help. Best, V Hi, Your site is private. Can you setup password & share url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.