Home › Forums › WoodMart support forum › Mehrwertsteuerausweis ausblenden › Reply To: Mehrwertsteuerausweis ausblenden
September 29, 2020 at 11:06 am
#229587
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide the text.
.woodmart-add-btn .wc-gzd-additional-info {
display: none;
}
Regards