Adjusting Product Image Styling
-
Hi there
I’ve been trying to give my product images a box shadow and rounded corners without any luck… Can you please help with the carousel at the bottom of this page thank you? Below is what I was trying but it doesn’t work:
.wpcs_product_carousel_slider .product_image_container .product_thumb_link img {
-webkit-transition: all 0.30s linear;
-moz-transition: all 0.30s linear;
-o-transition: all 0.30s linear;
-ms-transition: all 0.30s linear;
transition: all 0.30s linear;
box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
border: 1px;
border-radius: 10px;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adjusting Product Image Styling’ is closed to new replies.