Home › Forums › WoodMart support forum › Product Tab Background › Reply To: Product Tab Background
October 1, 2021 at 10:10 am
#322511
Elise Noromit
Member
Hello,
Please replace the code with this one, I have added styles for the list as well:
body .product-tabs-wrapper {
background-color:black;
}
body .tabs-layout-tabs .tabs li a {
color:white;
}
body .tabs-layout-tabs .tabs li a:hover {
color:white;
opacity:0.7
}
body .tabs-layout-tabs p {
color:white;
}
body .tabs-layout-tabs li {
color:white;
}
body .wd-accordion-title:hover{
color:white;
opacity:0.7;
}
body .wd-accordion-title{
color:white;
opacity:0.7;
}
body .woocommerce-Tabs-panel .title {
color:white;
}
body .woocommerce-Tabs-panel p {
color:white;
}
body .woocommerce-Tabs-panel li {
color:white;
}
Best Regards