Class name for Woocommerce cart page

Good afternoon,

I am looking to change the background of the cart and checkout page of my site.

I have already this which has been successful for everything else

.blog .site, .single-post .site, .archive .site, .woocommerce .site { 
background-color:#dcdcdc;
}

What is the class name for the cart and checkout? Thank you!

oh worked it out!

The names are:

.woocommerce-cart .site, .woocommerce-checkout .site

Hi @hyperdrive_boom,

Glad you have found it.

Here’s some guide that might help too:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.