We have a product calculation that automatically adds the word "Price" in front of the field that we wish to remove. Is this possible? If so, how do we remove this?
We have a product calculation that automatically adds the word "Price" in front of the field that we wish to remove. Is this possible? If so, how do we remove this?
Can you link to your form please?
In your style.css try:
.ginput_product_price_label { display: none; }
perfect!