Make Entire Elementor Icon Box Clickable With CSS

Written by :

Posted on :

Tags :

Share :

Facebook
Twitter
LinkedIn
Reddit
Pinterest

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%;
}
				
			

Leave a Reply

Your email address will not be published. Required fields are marked *

READY FOR A TOTALLY AWESOME WEBSITE?