This topic has 4 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hey, I am looking to change multiple things in the following link:
https://simplemobile.co.il/index.php/contact-us/
First of all, I want to change the outline colors of all the boxes to the logo color (Simple orange color)
I would like to make the SEND button round and change the color of it aswell. I tried making it using google and find new CSS styles for the contact form but could not manage to solve it myself
Thank you
Hello,
Could you provide temporary wp-admin access?
Regards
Hey.
Yes!
Thank you
Hello,
Change this code – https://prnt.sc/QxeoOGjy_13V
to
.section-contact .wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form textarea, .wpcf7 input[type="email"] {
border: 1px solid #fbb92d;
font-size: 15px;
color: #c2c2c2;
height: 48px;
}
and this https://prnt.sc/JF15tnJzU3YG to
input.wpcf7-form-control.wpcf7-submit {
display: block;
margin: 0 auto;
width: 150px;
height: 45px;
font-size: 18px;
border-radius: 100px !important;
background-color: #d6a951 !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #222 !important;
}
Regards
Tagged: change, contact form, persuasive, templates, woocommerce, wordpress
The issue related to '‘How can I change my contact form on my website?’' has been successfully resolved, and the topic is now closed for further responses