Elementor Hover Box Animation Effect In WordPress

Facebook
Twitter
Reddit
WhatsApp

CSS Code

				
					selector .elementor-widget-wrap::before {
    content:"";
    position: absolute;
    bottom:0px;
    left: 0px;
    background-color: #F54335;
    width: 100%;
    height: 0%;
    transition: height 0.15s ease-in;
    border-radius: 10px;
}

selector .elementor-widget-wrap:hover::before{
    height: 100% !important;
}

selector .box-title h2{
    transition: all 0.1s ease-in;
}

selector:hover .box-title h2{
    color: white !important;
}

selector .box-des p{
    transition: all 0.1s ease-in;
}

selector:hover .box-des p{
    color: white !important;
}

selector .elementor-button{
    transition: all 0.1s ease-in;
}

selector:hover .elementor-button{
    color: black;
    background-color: white !important;
}



				
			
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

More to explorer

Elementor Multi-Column Dropdown

https://youtu.be/72L8eLoIrCU Target all dropdown menus @media(min-width:767px) { /* When hovering over a menu item that has children, display its submenu as a

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

45 Minute Wordpress Support

Get your Wordpress questions answered and your Wordpress issues resolved.