Hero Grid Layout Elementor Templates
Requires Elementor Pro for the hover effect – Elementor Pro (Affiliate Link)
CSS Code for free version is given below.
For Free version, you can use Royal Addon for Elementor that adds additional CSS panel or use Additional CSS in your theme customizer. – Recommended Plugins
*As of now, you need to go through the normal checkout process for free products too. I’ll update it once I find better way to remove the checkout process for free products.
$0.00
Description
CSS code for free version – Give a class to container that contains the content (labelled Content in Navigator)
/*Replace CSSclass with the class you set to the container “Content”*/
.CSSclass{
opacity: 0;
transition: opacity 0.3s;
}
.CSSclass:hover {
opacity: 1;
}
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.