Home › Forums › WoodMart support forum › Change the background color of the product › Reply To: Change the background color of the product
July 26, 2020 at 8:54 am
#214251
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .product-tabs-wrapper,
body.single-product .main-page-wrapper {
background-color: red;
}
Best Regards