I want to filter out unwanted order item meta data from Woocommerce email notifications especially gravity forms field labels. With gravityforms and gravity forms product add on it is possible that any customer can engrave a product.
licence plates for cars etc.
e.g. eins:M zwei:TU drei:2019 .
I want to hide the field labels (eins, zwei, drei) and the double points in the email-notifications.
https://einsautoschilder.de/wp-content/uploads/2019/09/itemmeta.png
With dt.variation{display:none;}
CSS rule I can hide the labels on cart and checkout page, but not in the emails.