This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
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
You must be logged in to reply to this topic.Log in/Sign up