Hey there, I’m having a similar issue here.
My site http://new.vibraa.de aims at combining both a black and a white page layout for certain pages (e.g. blog posts white, e-commerce products black). The inner_page_bg_color is set to white (#fff), however here’s the issue: I would like to have any woo-commerce product page with a black (#000) background.
a) Is there a way to overwrite the main inner_page_bg_color rule within a product’s page with css class? If yes, how? I tried the following but it obviously didn’t work out:
.wooprod {
background: 000 important!;
}
b) Is there another way, like the menu page-background-options within pages?
Thanks for your help!
Marc