Reply 241492 to: I need to change product content show

Avatar: Rose Tyler
Rose Tyler
Support staff
June 20, 2020 at 09:11

Hello,

You can select Product Content Effect (try Booking type) or create a custom one (using WPBakery Grid builder) in Theme Options > WooCommerce (Shop) > Shop > Products style.
Border radius and shadow can be added by this custom CSS code

.products-loop .product .content-product , .carousel-area .product-slide .content-product {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    z-index: 2;
    transform: translateY(-5px) scale(1.007);
    border-radius: 5px;
}

http://prntscr.com/t37c7u

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.