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

This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler

  • Avatar: Dang_Duc_Thang
    Đặng Đức Thăng
    Participant
    April 14, 2021 at 13:28
    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.