how to change size and color at this price.
As there is no option to change the variation price text in the module settings, please add the following CSS code to Theme Options>General>Custom CSS box.
.single-product.et_color_scheme_orange.woocommerce div.product span.price, .single-product.et_color_scheme_orange.woocommerce-page div.product span.price {
color: #000;
font-size: 24px;
font-weight:bold;
}

Komentar