Hi @dress2kale,
Please go to Appearance -> Customize -> Additional CSS and add this code to remove borders of the table used
.entry-content table td {
border: none;
}
Code to change color of submit button
.entry-content .wpcf7 input.wpcf7-submit {
background: #205a93;
}
You can upgrade to Company Elite Pro if you need more options like color, fonts and more.