Home › Forums › Support › increase size images of the cart, and remove product link in the cart This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 6, 2019 at 4:29 am #976917 Juan Luis Good, I would like to remove the product link that appears in the cart and Increase the size of the image that appears next to the link, would you know how to do it? Thank you August 6, 2019 at 4:48 am #976924 DavidStaff Customer Support Hi there, try this CSS to change the image size and hide the product field: @media(min-width: 769px) { .woocommerce-cart table.cart img { width: 100px; } .woocommerce table.shop_table th.product-name, .woocommerce table.shop_table td.product-name { display: none; } } Only applies to desktop August 13, 2019 at 5:49 am #982813 Juan Luis Would it be possible to do it for mobile too? August 13, 2019 at 9:10 am #983164 DavidStaff Customer Support Try using this CSS instead: .woocommerce-page table.cart .product-thumbnail { display: block !important; } .woocommerce-page table.cart .product-thumbnail:before { content: ''; } .woocommerce table.shop_table_responsive tr td { text-align: left !important; } .woocommerce-cart table.cart img { width: 100px; } .woocommerce table.shop_table th.product-name, .woocommerce table.shop_table td.product-name { display: none; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In