Home › Forums › Basel support forum › Adjust text/background color of product tabs › Reply To: Adjust text/background color of product tabs
June 3, 2020 at 8:02 pm
#200410
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .product-tabs-wrapper {
background-color: black;
}
body .single-product-content .tabs li.active a {
color: white;
}
body .single-product-content .tabs li a {
color: white;
}
Best Regards