WooCommerce Product Page Background Colour
Hi Guys
Just wanting to change the background colour on my product pages as currently it's not visible due to the main background image.
How can I do this?
I notice this CSS on your demo page
"#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!
"#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: