Home Forums Basel support forum Cart customization for mobile Reply To: Cart customization for mobile

#89049

Hello,

If you want to have this style for all the devices remove the media inquiry

body .woocommerce table.shop_table_responsive tbody td {
background-color: #ffffff;
}

body .cart-collaterals .cart_totals {
    background-color: #f8f8f8;
    background-image: none;
}
body .woocommerce table.shop_table_responsive .product-thumbnail img {
    max-width: 100%;
    min-width: 100%;
}

Best Regards