WordPress

Creative Team Member Section using Elementor

In this tutorial, I’ll show you How to Create a Creative Team Member Section using Elementor Page Builder 🔥 No additional plugin is required!! 🔥

Source Code

selector{
    position: relative;
    margin-bottom: 0 !important
}
selector .team-title{
    position: absolute;
    bottom: -35px;
    display: none;
    transition: .3s;
}
selector .team-desg{
    position: absolute;
    bottom: -40px;
    display: none;
    transition: .3s;
}
selector:hover .team-title{
    bottom: 65px;
    display: block;
    transition: .3s;
}
selector:hover .team-desg{
    bottom: 55px;
    display: block;
    transition: .3s;
}
Hi, I'm Abdullah Nahian

A petite and ordinary man. I like working with web design and development. I also try to read, write and make videos on this subject.

Subscribe to our Newslatter

Sign up for free and be the first to get notified about new posts.

[contact-form-7 id="423" title="Susbrcribe"]