Title: CSS Classes For WooCommerce &#8211; customize the WooCommerce cart and checkout via CSS
Author: Jose Mortellaro
Published: <strong>August 17, 2023</strong>
Last modified: December 10, 2025

---

Search plugins

![](https://ps.w.org/css-classes-for-woocommerce/assets/banner-772x250.png?rev=2955116)

![](https://ps.w.org/css-classes-for-woocommerce/assets/icon-256x256.png?rev=2955116)

# CSS Classes For WooCommerce – customize the WooCommerce cart and checkout via CSS

 By [Jose Mortellaro](https://profiles.wordpress.org/giuse/)

[Download](https://downloads.wordpress.org/plugin/css-classes-for-woocommerce.0.0.3.zip)

 * [Details](https://pcd.wordpress.org/plugins/css-classes-for-woocommerce/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/css-classes-for-woocommerce/#reviews)
 * [Development](https://pcd.wordpress.org/plugins/css-classes-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/css-classes-for-woocommerce/)

## Description

CSS Classes For WooCommerce adds CSS classes to the body depending on the cart and
the customer.
 You can then use those classes to customize the checkout and cart
pages with your custom CSS.

### CSS classes added to the body if:

 * The cart is empty or not empty
 * There is at least a product with a price greater than zero (payment methood needed)
 * The shipping methods are shown or not needed
 * If the shipping address is needed or there are only digital products in the cart
 * The prices are shown including or excluding taxes
 * All products are sold individually
 * There are specific products in the cart
 * The quantity of specific products is a specific number
 * The billing address of the customer has a specific country
 * The customer has a specific role on the website
 * The customer has already bought something
 * The customer has bought a specific number of time

If for example in the cart there are only products that can be sold individually,
you can take advantage of the CSS class added by this plugin to hide the column “
Qty” .
 In this case you will write the CSS

    ```
    .ccfw-cart-all-sold-individually-true .shop_table .product-quantity {
        display: none;
    }
    ```

### How customize the WooCommerce cart and checkout via CSS

 * The plugin doesn’t provide any option, and you will not see any settings page.
   Just activate it.
 * Right-click and click on Inspect on the frontend.
 * Read the value of the class attribute of the body element.
 * Use the CSS classes added to the body for your custom CSS

### Requirements

You can take advantage of this plugin only if you have at least basic skills with
CSS and are able to add your custom CSS.
 In other cases, you will not know what
to do with this plugin.

### Backend Speed Optimization

Is your dashboard slow? We optimize admin performance by improving queries and reducing
plugin load.
 Read [Backend Speed Optimization Service](https://josemortellaro.com/backend-speed-optimization/)
for more information.

## Reviews

![](https://secure.gravatar.com/avatar/0750c31ad2e4acbd1e971a549974bf676de83ffafccd57e2dd7e2139fdd9e88d?
s=60&d=retro&r=g)

### 󠀁[Perfect to customize the cart and checkout via CSS](https://wordpress.org/support/topic/perfect-to-customize-the-cart-and-checkout-via-css/)󠁿

 [Jose Mortellaro](https://profiles.wordpress.org/giuse/) August 18, 2023

I love my own plugin because it gives you the possibility to customize the cart 
and checkout pages depending on the cart situation, only via CSS without touching
any line of PHP code 🙂

 [ Read all 1 review ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/)

## Contributors & Developers

“CSS Classes For WooCommerce – customize the WooCommerce cart and checkout via CSS”
is open source software. The following people have contributed to this plugin.

Contributors

 *   [ Jose Mortellaro ](https://profiles.wordpress.org/giuse/)

[Translate “CSS Classes For WooCommerce – customize the WooCommerce cart and checkout via CSS” into your language.](https://translate.wordpress.org/projects/wp-plugins/css-classes-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/css-classes-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/css-classes-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/css-classes-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/css-classes-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.0.3

 * Checked: WordPress v. 6.4

#### 0.0.2

 * Added: CSS class for each row depending on the product ID, slug, and category

#### 0.0.1

 * Initial release.

## Meta

 *  Version **0.0.3**
 *  Last updated **4 months ago**
 *  Active installations **20+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/css-classes-for-woocommerce/)
 * Tags
 * [body](https://pcd.wordpress.org/plugins/tags/body/)[cart](https://pcd.wordpress.org/plugins/tags/cart/)
   [checkout](https://pcd.wordpress.org/plugins/tags/checkout/)[customization](https://pcd.wordpress.org/plugins/tags/customization/)
   [style](https://pcd.wordpress.org/plugins/tags/style/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/css-classes-for-woocommerce/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/)

## Contributors

 *   [ Jose Mortellaro ](https://profiles.wordpress.org/giuse/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/css-classes-for-woocommerce/)