• Resolved Cass

    (@rickcst)


    Hi,

    Yesterday someone helped me on this forum to change the background color of woocommerce pages. It worked for the products and shop page, but the cart, checkout, and my account pages still remain black. I would like to change them to white. Here is the code I was given yesterday:

    body.woocommerce #branding {
    background: none repeat scroll 0 0 #fff;
    }
    body.woocommerce #main {
    background: none repeat scroll 0 0 #fff;
    }
    body.woocommerce #colophon {
    display:none;
    }

    This code worked, but like I mentioned above, not for all the pages.

    Any ideas of how to change the other pages to white? Here are the pages:

    https://rickcassettari.com/cart/
    https://rickcassettari.com/checkout/
    https://rickcassettari.com/my-account/

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't change color of certain Woocommerce pages’ is closed to new replies.