Home › Forums › Basel support forum › Change color of Product-description-page's background › Reply To: Change color of Product-description-page's background
October 1, 2019 at 8:57 am
#147780
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-product-details__short-description pre{
background:red;
}
and
body .single-product-content .product-tabs-wrapper {
background-color: red;
}
Set the color as per your needs.
Best Regards