What This CSS Code Does:
Makes the entire Elementor icon box clickable.
Usage Example:
With
Somewhere USA
Without
Somewhere USA
How To Implement:
Click on the Advanced tab within theicon box element, go down to the Custom CSS option and paste the code.
The Code:
selector .elementor-icon-box-title a::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}