Please paste the custom css code to “Appearance > Customize : Additional CSS”:
.product-caption,
.product-caption-title {
color:#333!important;
}
.product-caption {
background-color: transparent;
position: relative;
left: 0;
top: 10px;
bottom: 10px;
right: 0;
opacity: 1;
}
.woocommerce .product-caption a.button {
display: none;
}
.product-caption-inn.middle-ux {
position: relative;
text-align: left;
top: 0;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}