How To Change The Size and Settings of Cart Item Thumbnails

These filters allow you to modify the WordPress image size settings for our custom image size: cfw_cart_thumb

Code:

Note: After making adjustments you will need to regenerate your WordPress image sizes using the Regenerate Thumbnails plugin.

CSS

We limit the size of the image to 3.75em (~60px)

You can change this by adding custom CSS to WP Admin > CheckoutWC > Appearance > Design > Custom CSS:

Example:

#cfw-cart .cart-item-row .cfw-cart-item-image { 
   width: 100px; 
}