Get Ready Elementor Templates

Interactive Portfolio Section using Elementor Pro | Elementor Tutorial

Subscribe To My YouTube Channel For More Upcoming Videos

Interactive Portfolio JS



Interactive Portfolio CSS

selector{
    --bg-color: #F648BF;
    --front-color: white;
}
selector .my-title.active .elementor-widget-container{
    background: var(--bg-color) !important;
    transition: 0.3s ease-in-out;
}
selector .my-img{
    display: none;
}
selector .my-img.active{
    display: block;
}
selector .my-title.active .elementor-icon-box-title, selector .my-title.active .elementor-icon{
    color: var(--front-color);
    transition: 0.3s ease-in-out;
}