Reply 284186 to: How to install motion mode photos in the store like the video below?

Avatar: Rose Tyler
Rose Tyler
Support staff
April 14, 2021 at 13:34

Hello,

Add the next code in Theme Options > Theme custom CSS:

.products-loop .product:hover,.carousel-area .product-slide:hover {
    box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    z-index: 2;
    transform: translateY(-5px) scale(1.007);
    border-radius: 5px;
    background-color: #fff
}
.products-loop .type-product {
    padding-top: 15px
}
.products-loop .content-product {
    margin-bottom: 15px
}    
.products-loop .product,.products-slider.second-initialized .product-slide {
    transition: all .2s ease-in-out
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.