Custom Hover Effects With Elementor custom CSS | Web Cifar | WordPress 2019

Описание к видео Custom Hover Effects With Elementor custom CSS | Web Cifar | WordPress 2019

CSS Code :


[👉For section ⬇]

selector:hover .elementor-column-wrap{
filter: blur(5px);
transition: .6s ease all!important;
transform: scale(.8);
}
selector .elementor-column-wrap{
transition:.6s ease all!important;
}


[👉column code ⬇]

selector:hover {
transform: scale(1);
transition: .6s ease all!important;
background: black;
margin: 0px!important;

}
selector:hover .elementor-column-wrap{
transform: scale(1)!important;
background: black!important;
filter: blur(0)!important;
transition: .6s ease all!important;
}
selector .elementor-column-wrap{
transition: .6s ease all!important;

}
selector{
transition: .6s ease all;
margin: 50px 0px 50px 0px;
}



Subscribe Now : http://bit.ly/web-cifar-youtube

Behance : https://www.behance.net/webcifar

Instagram :   / web_cifar  

This Hover effects is created by web cifar . You can make similar hover effects by using the code you can get the code in our website and also you can download the template that we used in the video from our website. Happy web!

Thanks For Watching

#hover #effects #wordpress

Комментарии

Информация по комментариям в разработке