• Resolved wantedstarling

    (@wantedstarling)


    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?

    Thank you for your time

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @wantedstarling,

    Great question! This can be achieved using the Multi-Column set up 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.

    Hope this helps! 🙂

    Hi @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

    (@wantedstarling)

    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.