Home Forums WoodMart support forum How to hide “additionnal information” in checkout form ?

How to hide “additionnal information” in checkout form ?

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

    Maxor
    Participant

    Hi

    I activated checkout fields builder in woodmart settings

    but i cannot find where i can remove the additionnal information field in checkout form

    thank you

    #634948

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below to remove that field –

    .woocommerce-checkout .woocommerce-additional-fields {
        display: none;
    }

    Kind Regards

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