Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241906
    kearneycreativegr
    Participant

    I was wondering what would be the easiest way to design a form that looks like the one attached. I only want it two be half of a column.

    Thanks!

    #1241974
    Friech
    Moderator

    Hi There,

    Thank you for writing in! You can place a Contact Form 7 contact form on a one-half column. And we will style it to make the fields looks like on your screenshot.

    Cheers!

    #1242701
    kearneycreativegr
    Participant

    Added it to the page! What’s the style I need?

    Thanks

    #1242818
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1243166
    kearneycreativegr
    Participant

    Here’s the URL: http://www.kearneycreative.com

    #1243294
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
        border-bottom: 2px solid #000 !important;
        border: 0;
    }
    
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #000 !important; font-size: 16px !important;}
    
    [type="submit"]:hover, [type="submit"] {
        border-color: #000 !important;
        color: #000 !important;
        border-radius: 0 !important;
    }
    

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1241906 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>