Home Forums WoodMart support forum Mehrwertsteuerausweis ausblenden

Mehrwertsteuerausweis ausblenden

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #229582

    TwoCo-Clothing2015
    Participant

    Could you please help me as I write this text (Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG. zzgl. Versandkosten)
    can hide on the shop page

    Attachments:
    You must be logged in to view attached files.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)