Title: Removing Address l
Last modified: January 18, 2021

---

# Removing Address l

 *  Resolved [Ibry](https://wordpress.org/support/users/toibry/)
 * (@toibry)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/removing-address-l/)
 * Hi,
 * I want to remove the field of address 2 from the Multistep form, I tried the 
   below css code to hide them but it didn’t work, I already changed to “not required”
   using function.
 *     ```
       #give-card-address-2-wrap,
       #give-card-zip-wrap {
           display: none;
       }
       ```
   
 * Is there a another custom CSS code that I can use with Elementor custom CSS option?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Matheus Martins](https://wordpress.org/support/users/matheusfd/)
 * (@matheusfd)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/removing-address-l/#post-13929009)
 * Hi [@toibry](https://wordpress.org/support/users/toibry/),
 * Happy to help you.
 * The multistep template loads in an iframe, to make it more resistant to changes
   made in the theme’s CSS. That’s helpful for avoiding theme conflicts, but makes
   customizing the style of the form a bit more difficult. There are two PHP code
   snippets in our Snippet library that will help with that process.
 * The first is for small changes, and adds some style inline to the form: [https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/multi-step-inline-styles.php](https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/multi-step-inline-styles.php)
 * On that one, you modify lines 13-17 with your own CSS.
 * The other is for enqueueing your own CSS completely via a custom stylesheet: 
   [https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/multi-step-enqueue-css.php](https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/multi-step-enqueue-css.php)
 * If you need assistance implementing custom PHP code on your website we have this
   guide:
 * [https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/](https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/)
 * Please note that this code snippet is provided as an example of how you can extend
   GiveWP with code. It’s up to you to implement and customize to your liking. We
   cannot provide support for custom code on your website, only the code that we
   create and distribute.
 * Have a great day!

Viewing 1 replies (of 1 total)

The topic ‘Removing Address l’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

## Tags

 * [custom field](https://wordpress.org/support/topic-tag/custom-field/)
 * [multi step](https://wordpress.org/support/topic-tag/multi-step/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matheus Martins](https://wordpress.org/support/users/matheusfd/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/removing-address-l/#post-13929009)
 * Status: resolved