Unclickable Gallery Cards
/* Makes Cards Unclickable */
a.notion-link.notion-collection-card__anchor {
pointer-events: none;
}
/* Prevents Hover */
.notion-collection-card.gallery {
pointer-events: none;
}Specify Cards with #IDs
Witeboard
- Unclickable Card
- Clickable Card Relation Properties
/* WITEBOARD */
/* Input an #ID to specify a specific block */
#block-portfolio-demos-witeboard.notion-link.notion-collection-card__anchor {
pointer-events: none;
}
/* Enables Clicking Card Properties */
#block-portfolio-demos-witeboard.notion-collection-card.gallery {
pointer-events: all;
}
/* END WITEBOARD */Twitter Timeline Embed Example
- Unclickable Card
- Unclickable Card Relation Properties
Buy Me a Coffee Widget Navbar Example
- Unclickable Card
- Unclickable Card Relation Properties
- Prevent Click Functions (ex. Hover)
/* Makes Cards Clickable */
a.notion-link.notion-collection-card__anchor {
pointer-events: all;
}
/* Enables Hover */
.notion-collection-card.gallery {
pointer-events: all;
}
/* Prevents Clicking Card Properties */
.gallery .notion-collection-card__content {
pointer-events: none;
}
/* Retains Clicking Card Properties */
.gallery .notion-collection-card__content {
pointer-events: all;
}Hope this was helpful!
Justin Russell

"Hello! I'm here to help you overcome any challenges you might be facing in regards to Notion + Super websites.
If you have any questions or need guidance, feel free to reach out to me. You can DM me on Twitter, connect with me on Super or use the links below to reach out!
I'm dedicated to providing valuable support to individuals like you. My goal is to ensure your website's success, so don't hesitate to get in touch. Looking forward to helping you achieve your goals!
If you are happy with this page please consider Buying me a Coffee!





