Title: CSS Classes For WooCommerce &#8211; customize the WooCommerce cart and checkout via CSS
Author: Jose Mortellaro
Published: <strong>17. August 2023</strong>
Last modified: 21. Mai 2026

---

Plugins suchen

![](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

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

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

 * [Details](https://de.wordpress.org/plugins/css-classes-for-woocommerce/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/css-classes-for-woocommerce/#reviews)
 * [Entwicklung](https://de.wordpress.org/plugins/css-classes-for-woocommerce/#developers)

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

## Beschreibung

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.

## Rezensionen

![](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/) 18. August 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 🙂

 [ Die 1 Rezension lesen ](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/)

## Mitwirkende und Entwickler

„CSS Classes For WooCommerce – customize the WooCommerce cart and checkout via CSS“
ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „CSS Classes For WooCommerce – customize the WooCommerce cart and checkout via CSS“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/css-classes-for-woocommerce)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/css-classes-for-woocommerce/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/css-classes-for-woocommerce/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/css-classes-for-woocommerce/)
per [RSS](https://plugins.trac.wordpress.org/log/css-classes-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 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**
 *  Zuletzt aktualisiert **vor 2 Wochen**
 *  Aktive Installationen **20+**
 *  WordPress-Version ** 4.6 oder höher **
 *  Getestet bis **7.0**
 *  PHP-Version ** 7.2 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/css-classes-for-woocommerce/)
 * Schlagwörter
 * [body](https://de.wordpress.org/plugins/tags/body/)[cart](https://de.wordpress.org/plugins/tags/cart/)
   [checkout](https://de.wordpress.org/plugins/tags/checkout/)[customization](https://de.wordpress.org/plugins/tags/customization/)
   [style](https://de.wordpress.org/plugins/tags/style/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/css-classes-for-woocommerce/advanced/)

## Bewertungen

 5 von 5 Sternen.

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

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/css-classes-for-woocommerce/reviews/)

## Mitwirkende

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

## Support

Behobene Probleme in den letzten zwei Monaten:

     0 von 1

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