Get Ready Elementor Templates

Elementor Layered Card Effect on Hover | WordPress Elementor Pro Tutorial

Subscribe To My YouTube Channel For More Upcoming Videos

Layered Card CSS

/*Layered Card CSS*/
:root{
    --color: #ffffff;
}
selector{
    position: relative;
    z-index: 9;
}
selector .elementor-inner-column{
    overflow: hidden;
}
selector:before,
selector:after
  {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--color);
    transition: 0.5s;
    z-index: -1;
}
  
selector:hover:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
selector:hover:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}	

Hide/Show Content CSS

/*Hide/Show Content CSS*/
.y-content {
    position: absolute;
    bottom: -12vh;
    transition: all 0.4s ease-in-out;
}
selector:hover .y-content{
    bottom: 0vh;
}
Wanna join my secret winners’ gang?

I only share these secrets with the people in this group. Honestly, you can not find such tricks for FREE on the whole internet!

  • Money Making Blog Tricks
  • $100k by Freelancing Formula
  • Secret Resources
  • Rich Dad business tactics
  • And, of course about my upcoming videos and plans