Home › Forums › WoodMart support forum › How to show full product image in cart page How to show full product image in cart page This topic has 3 replies, 2 voices, and was last updated 1 month ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 7, 2025 at 2:22 pm #636309 swoobrotherstechParticipant i want to show full product image in cart page Attachments:You must be logged in to view attached files. February 7, 2025 at 3:59 pm #636361 Aizaz Imtiaz AwanKeymaster 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, February 7, 2025 at 5:14 pm #636383 swoobrotherstechParticipant yes ..i want to show large image in cart page February 8, 2025 at 9:20 am #636482 Aizaz Imtiaz AwanKeymaster 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, Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register