Home › Forums › WoodMart support forum › Product detail page › Reply To: Product detail page
February 26, 2018 at 9:59 am
#42274
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce-Tabs-panel--description p {
font-size: 13px;
color: #333333;
}
Regards