Make a shape linkable

You are correct, that the Box element doesn’t have a .link property. Instead. you need to add an onClick() event handler for each box. Then, as suggested in the other comments, use wix-location.to() to perform the redirect.