This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hello, the web has the black background, but I want the store and the blog to have the white background. in the settings I put the background white (as in the image you sent me the link) but the background does not change.
I send you the access:
Hello,
Seems it is our bug. I’ve sent report to our developers. It will be fixed in next theme update. Please use this code in Theme Options > Styling >Custom css, as temporary decision:
.blog .page-wrapper, .post-type-archive-product .page-wrapper {
background-color: white !important;
}
Regards
Hi, thanks for the code, I have already put the store and blog with the white background. I need the page of the products of the shop (single product page) this one with white background, now it’s still black. What would be the code? Thank you very much.
Hello,
Please try this code:
.single-product .page-wrapper {
background-color: white !important;
}
Regards
Thank you very much, I also need the code that says that the page of the entries (single post) is also in white background. I’m sorry, I did not realize I told you before.
Seems you sorted out http://prntscr.com/ggxrza
Regards
Tagged: background, change, color, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up