Hi there,
I want a different background color (white) on my woocommerce shop page (http://www.peggys-hundemoden.de/shop/), but ONLY on the shop page. The background pattern should stay as it is on the product pages, check out and so on.
I tried
body.woocommerce .site {
background-color: #ffff;
}
But this changes the background on ALL Woocommerce affiliated sites. What CSS do I have to add to change ONLY the shop page to white background?
Thanks for helping out
Kathrin