To remove the zip code / postal code field from your checkout page, you can use this snippet:
This snippet does 2 things:
- It removes the post code field from the WooCommerce address fields
- It resizes the country and state fields to take up the full width of their row. (I.e, instead of Country | Zip | State, it will be Country | State)
How To Use This Snippet
You can copy and paste this code into the PHP Snippets field here: WP Admin > CheckoutWC > Advanced > Scripts