Okay
  Public Ticket #2749988
Custom Design Contact Form
Closed

Comments

  •  1
    seed9_site started the conversation

    Hi guys, 
    how i can change the Contact Form design to this (vie attachment)

    Thanks in advance

  •  1,644
    Judith replied

    Hi Seed,

    Please send in your website url so that we can provide css for it.

    Thanks.

  •  1
    seed9_site replied

    seed9.io

  •  8,403
    Tahir replied

    Hey Again,

    Could you try adjusting these Theme Options and check:  

    5474826617.pngClick To Open Larger Image.

    Thanks 


    ThemeNectar Support Team 

  •  8,403


    ThemeNectar Support Team 

  •  1
    seed9_site replied

    Uhmmm.... 
    Not exactly... any idea?

  •  1,644
    Judith replied

    Hi There,

    Please try this css:

    .wpcf7-form .nectar-wpcf7-inline-form > div:last-child {
        padding-right: 0;
        margin-left: -29px;
    } input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], .material.woocommerce-page[data-form-style="default"] input#coupon_code, select {     border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    } body[data-form-submit="default"] .container-wrap input[type=submit], body[data-form-submit="regular"] .container-wrap input[type=submit], body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-form-submit="see-through"] .container-wrap input[type=submit], body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-button-style="rounded"].ascend .container-wrap input[type="submit"], body[data-button-style="rounded"].ascend .container-wrap button[type="submit"]:not(.search-widget-btn), .wc-proceed-to-checkout .button.checkout-button, .woocommerce #order_review #payment #place_order, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button, .nectar-post-grid-wrap .load-more, .row .wpforms-form button[type="submit"] {
        padding-left: 47px!important;
        background-color: white;
        color: black;
        margin-left: -1px;
    }

    Thanks.