1. Login to wordpress admin
2. Appearance -> Customized
3. Addition CSS
then add the following code.
.woocommerce ul.products li.product a img {
height: 250px;
object-fit: cover;
}
1. Login to wordpress admin
2. Appearance -> Customized
3. Addition CSS
then add the following code.
.woocommerce ul.products li.product a img {
height: 250px;
object-fit: cover;
}
Comments
Post a Comment