Home Forums WoodMart support forum remove Order Notes from checkout page

remove Order Notes from checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257764

    dev-nz
    Participant

    Greetings,

    We would like to remove the “order notes” in the checkout page https://cln.sh/haVyLp

    Would you have any option in the theme to do so ?

    Best Thanks,

    #257845

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #258131

    dev-nz
    Participant

    Many thanks Elise 🙂

    #258196

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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