CSS Code To Make Any Element Grow On Hover

Written by :

Posted on :

Tags :

Share :

Facebook
Twitter
LinkedIn
Reddit
Pinterest

What This CSS Code Does:

Makes any Elementor element grow/scale on hover.

Usage Examples:

Elementor Button

How To Implement:

Go to the specific element, click on the Advanced tab within the Elementor element, go down to the Custom CSS option and paste the code. That’s it!

The Code:

				
					selector:hover {
    transition: all 1s ease-in-out;
    transform: scale(1.2);
    cursor: pointer;
    z-index: 10;
}
				
			

Leave a Reply

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

READY FOR A TOTALLY AWESOME WEBSITE?