By default, only the Icon Box title and icon are clickable. This snippet makes an entire Elementor Icon Box widget a clickable link.
CSS
.elementor-widget-icon-box a:after {
content: "";
display: block !important;
position: absolute;
inset: 0;
z-index: 1;
}
.elementor-icon-box-icon {
z-index: 2;
}