Archived topic
Change WooCommerce Single Product Background Color
1 reply · Started by Shakespeare on October 25, 2017
Viewing posts 1–2 of 2
Hi,
How do I change the background color of a Single Item product? Seems to be not working on the customizer. Color>Body
You will need to add some CSS:
.product .inside-article {
background-color: red;
}
This archived topic is closed to new replies.