How to show full product image in cart page
-
i want to show full product image in cart page
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please clarify if you want to display the product image in a larger size on the cart page? Let me know your specific requirements so I can assist you better!
Best Regards,
yes ..i want to show large image in cart page
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS:
.woocommerce-cart td.product-thumbnail img {
min-width: 150px !important; /* Adjust as needed */
max-width: 150px !important; /* Adjust as needed */
border-radius: calc(var(--wd-brd-radius) / 1.5) !important;
}
Best Regards,