Elementor Text Over Image Section On Hover

Facebook
Twitter
Reddit
WhatsApp

CSS Code

				
					selector .learn-btn-1{
    margin-bottom: -40px;
    transition: all 0.3s ease
}

selector:hover .learn-btn-1{
    margin-bottom: 20px;
}


selector{
    overflow: hidden;
}

selector .elementor-image-box-description{
    transition: all 0.5s ease;
     opacity: 0;
}

selector:hover .elementor-image-box-description{
 opacity: 1;

}

selector .img-box-1{
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 50px
}

selector:hover .img-box-1{
     height: auto;
     max-height: 250px;
}



				
			

Javascript Code

				
					<script>
// Column Two
jQuery(".column-2").hover(function(){
  jQuery('.bg-inner-section').css("background-image", "url( )"); // Change url
  }, function(){
  jQuery('.bg-inner-section').css("background-image", ""); // Change url
});

// Column 3
jQuery(".column-3").hover(function(){
  jQuery('.bg-inner-section').css("background-image", "url( )"); // Change url
  }, function(){
  jQuery('.bg-inner-section').css("background-image", "");
});
</script>
				
			
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

More to explorer

How To Make a Hover Card Like a PRO in Elementor

https://youtu.be/pja-7Sfn8WI CSS selector .card-content{ height: 56%; margin-bottom: -134px; transition: all 0.5s ease; } selector .card-wrapper:hover .card-content{ margin-bottom: 0px; height: 100%; } selector

0
Would love your thoughts, please comment.x
()
x

45 Minute Wordpress Support

Get your Wordpress questions answered and your Wordpress issues resolved.

Hello!

Enter your question below and a representative will get right back to you.

Speak to a team member
Leave us a review
Hi there, have a question? Text us here.