Disable Purchase note

How can I disable the option for buyers to leave order notes?

Hi,

You can hide this field using this CSS code snippet

.woocommerce-additional-fields{display:none}

Thank you. this css not working for this I find this class for the text area hp-form__field–textarea

But Is there another way then do it .hp-form__field–textarea { display:none; } ?

Hi,

If you mean disabling “Purchase notes”, you can do that in the WP Dashboard > HivePress > Settings > Listings section.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.