Links Not Clickable with HTML Embed BG

The links are still not clickable with the HTML embed background:

I’ve tried many combinations of alignment and it still doesn’t work for some reason:

https://preview.webflow.com/preview/superfuturelabs?preview=8a9e8a1e70c287fe5a8b5ddaa3b3c8c5

Thanks again!

Best,
Joey

Do you even know what you are doing here?

#herocontainer{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
background:none transparent;
allowtransparency: true;
-o-user-select: none;
-webkit-font-smoothing: subpixel-antialiased;
}

.herocontainer{
 -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
background:none transparent;
allowtransparency: true;
-o-user-select: none;
-webkit-font-smoothing: subpixel-antialiased;
}

This is what’s happening

###Okay, I’ll add this code snippet to disable pointer (mouse) events.
#Hey! Why can’t I click on the items now???

1 Like

Ah haha! I forgot about the custom code remnants from an old site. Thank you! :slight_smile: