Title: Double zip-code field (?)
Last modified: April 19, 2021

---

# Double zip-code field (?)

 *  Resolved [dmagryta](https://wordpress.org/support/users/dmagryta/)
 * (@dmagryta)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/double-zip-code-field/)
 * Greetings,
 * after update my layout of checkout fields got broken for some reason, there are
   2 boxes for zipcode i guess, no real clue why that happens. When it comes to 
   plugin settings everything looks fine to me, nothing changed since half a year
   or so.
 * Screenshot – [https://ibb.co/NF37Jv6](https://ibb.co/NF37Jv6)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdouble-zip-code-field%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [dmagryta](https://wordpress.org/support/users/dmagryta/)
 * (@dmagryta)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/double-zip-code-field/#post-14335614)
 * i just found out that theres some custom class on description of title of that
   box and its “screen-reader-text” any idea how to get rid of that ? or why was
   it added in the first place ?
 *  Plugin Support [Tomasz WP Desk](https://wordpress.org/support/users/tomaszwp/)
 * (@tomaszwp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/double-zip-code-field/#post-14335721)
 * Hello [@dmagryta](https://wordpress.org/support/users/dmagryta/)
 * Please paste this into _functions.php_. Make a backup of this file just in case.
 *     ```
       add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
       function custom_override_checkout_fields( $fields ) {
            $fields['billing']['billing_address_2'] = array(
           'label_class'  => '',
            );
            return $fields;
       }
       ```
   
 *  Thread Starter [dmagryta](https://wordpress.org/support/users/dmagryta/)
 * (@dmagryta)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/double-zip-code-field/#post-14335757)
 * it worked, thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Double zip-code field (?)’ is closed to new replies.

 * ![](https://ps.w.org/flexible-checkout-fields/assets/icon-256x256.gif?rev=2522628)
 * [Flexible Checkout Fields for WooCommerce - WooCommerce Checkout Manager](https://wordpress.org/plugins/flexible-checkout-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexible-checkout-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexible-checkout-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/flexible-checkout-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexible-checkout-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexible-checkout-fields/reviews/)

## Tags

 * [layout-problem](https://wordpress.org/support/topic-tag/layout-problem/)

 * 3 replies
 * 2 participants
 * Last reply from: [dmagryta](https://wordpress.org/support/users/dmagryta/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/double-zip-code-field/#post-14335757)
 * Status: resolved