WooCommerce Product Page Background Colour
"#Wrapper, #Content {
background-color:
#FCFCFC;
}"
I tried to edit that to only apply to the woocommerce product pages by using this CSS which doesn't seem to work either
".product #Content { background-color: #fff !important; }"
Any ideas? This is the product page - https://employmentinnovations.com/product/employment-basics-pack/
Thanks!
Comments
to set background color of single product pages, you need to use the following css: