Add Background Image or Title & Description Center

Settings Used

Template Design – 2, Logo URL – None, Logo Size – No Logo, Contact Form Position – Center, Form Background Image – Select Any Image, Contact Form Width-100%, Select Button Design – 2,

Used Background Image

Use Custom CSS

button.btn.btn-primary {
    width: -webkit-fill-available;
}
.cfw-container h2, .cfw-container p  {
    text-align: center !important;
}
.cfw-form {
    padding-left: 340px !important;
    padding-right: 310px !important;
}

Add Background Image & Change Button Color

Contact US

We will get back to you asap!

Name cannot be blank.

Subject cannot be blank.

Message cannot be blank.

Settings Used

Template Design – 7, Logo URL – None, Logo Size – No Logo, Contact Form Position – Center, Form Background Image – Select Any Image, Contact Form Width-100%, Select Button Design – 1,

Used Background Image

Use Custom CSS

.btn-primary {
    background-color: #23272a  !important;
    border-color: #f8f9fa  !important;
}
.btn-primary:hover {
    background-color: #40464a !important;
    border-color: #01d131 !important;
}
.cfw-seven-container {
    border-radius: 50px !important;
}
.cfw-seven-right-column {
    flex: 2 !important;
}