Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello! This is probably a simple fix, but I can’t figure it out. The background color for my woocommerce category pages is a different color (light grey) than the rest of my site. I’d like to change it to white – but I can’t seem to make the change from my Tower/Styling options. I have “background color” and “content color” set to white – is there a different place that I need to look?
The woocommerce individual product pages and cart have a white background – it is only the categories and subcategories that I can’t change.
Thanks!
Hello,
Please add this code into your custom css box:
#content {
background-color: #ffffff !important;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.