Title: How to remove default text/fields
Last modified: August 21, 2016

---

# How to remove default text/fields

 *  [zelu1984](https://wordpress.org/support/users/zelu1984/)
 * (@zelu1984)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-default-textfields/)
 * Hi Guys,
 * I have a question,
 * I building custom registration form using rsvp-plugin. I would like to remove
   most of the available fields and text as I embedded SINGLE EVENT using Event 
   Expresso plugin within the RPVP. ([see attached](http://img9.imageshack.us/img9/9303/hideme01.jpg))
 * I would like to delete/hide:
 * Custom welcome and Booking Question Verbiage together with the CONFIRM BOOKING
   button.
 * How can I go about it? Any help suggestions will be much appreciated.
 * Thanks!!
 * [http://wordpress.org/extend/plugins/rsvp/](http://wordpress.org/extend/plugins/rsvp/)

Viewing 1 replies (of 1 total)

 *  [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * (@mikeyarce)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-default-textfields/#post-3728597)
 * hey [@zelu1984](https://wordpress.org/support/users/zelu1984/),
 * Do you have a link to the page?
    I suggest adding custom CSS to hide those areas,
   something like this:
 *     ```
       .custom-welcome {
       display: none;
       }
       ```
   
 * You would have to replace “.custom-welcome” with whatever the class is that Event
   Espresso uses to show this field.
 * If you send me the link I can have a look at what it is.
    Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘How to remove default text/fields’ is closed to new replies.

 * ![](https://ps.w.org/rsvp/assets/icon.svg?rev=3477888)
 * [RSVP and Event Management](https://wordpress.org/plugins/rsvp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rsvp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rsvp/)
 * [Active Topics](https://wordpress.org/support/plugin/rsvp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rsvp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rsvp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-default-textfields/#post-3728597)
 * Status: not resolved