Title: Customization
Last modified: March 6, 2022

---

# Customization

 *  Resolved [wantedstarling](https://wordpress.org/support/users/wantedstarling/)
 * (@wantedstarling)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/customization-138/)
 * Hello, I have a question about the customization options offered either in the
   free or the paid version. Is it possible to customize a form like in the [picture?](https://1drv.ms/u/s!Am7NObcyZiIghJdTPwd4Tj5s5u1kFg?e=IClzvm)
 * Thank you for your time
    -  This topic was modified 4 years, 3 months ago by [wantedstarling](https://wordpress.org/support/users/wantedstarling/).

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

 *  [Nik Sebastian](https://wordpress.org/support/users/niksebastian/)
 * (@niksebastian)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/customization-138/#post-15439718)
 * Hi [@wantedstarling](https://wordpress.org/support/users/wantedstarling/),
 * Great question! This can be achieved using the [Multi-Column set up](https://wpforms.com/docs/how-to-create-multi-column-form-layouts-in-wpforms/)
   along with the CSS codes:
 * 1. First, please hide the label and use the placeholder.
 * 2. Next, use the below CSS code:
 *     ```
       div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
           border-bottom: 1px solid #c5bfbf !important;
           border: none;
       }
   
       div.wpforms-container-full .wpforms-form button[type=submit] {
           border: none !important;
           background-color: transparent !important;
           font-weight: bold;
           text-transform: uppercase !important;
       }
       ```
   
 * And in case it helps, here’s a tutorial on [how to add custom CSS like this to your site](https://wpforms.com/developers/how-to-add-custom-css-styles-for-wpforms/).
 * Hope this helps! 🙂
 *  [Nik Sebastian](https://wordpress.org/support/users/niksebastian/)
 * (@niksebastian)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/customization-138/#post-15467090)
 * Hi [@wantedstarling](https://wordpress.org/support/users/wantedstarling/),
 * We haven’t heard back from you in about a week, so I’m going to go ahead and 
   close this thread for now. But if you’d like us to assist further, please feel
   welcome to continue the conversation.
 * Thanks!
 *  Thread Starter [wantedstarling](https://wordpress.org/support/users/wantedstarling/)
 * (@wantedstarling)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/customization-138/#post-15467880)
 * Sorry for the late answer but yes this worked. Thank you!

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

The topic ‘Customization’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [wantedstarling](https://wordpress.org/support/users/wantedstarling/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/customization-138/#post-15467880)
 * Status: resolved