Comments nagrasun started the conversationMarch 31, 2020 at 11:33pmHello, I need to change the font size, color and color of the button of the contact form. Cant seem to find how... 2,701PenciDesign repliedApril 1, 2020 at 1:58amHi,Please try add more this code to Customize > Custom CSS to do that: div.wpforms-container .wpforms-form.wpforms-form button[type=submit]{ font-size: 16px; color: #ffffff; background: #ab47bc; } div.wpforms-container .wpforms-form.wpforms-form input[type=text], div.wpforms-container .wpforms-form.wpforms-form input[type=email], div.wpforms-container .wpforms-form.wpforms-form textarea{ font-size: 14px; } Best Regards,PenciDesign1 Likenagrasun repliedApril 1, 2020 at 2:44amThanks! I still need a code for the hover color of the button. Also how do I change the font size of the input field text like Name, phone, Message? 2,701PenciDesign repliedApril 1, 2020 at 9:21amHi,Please try add more this code to Customize > Custom CSS to do that: div.wpforms-container .wpforms-form.wpforms-form button[type=submit]:hover{ color: #ffffff; background: #ab47bc; } div.wpforms-container .wpforms-form.wpforms-form .wpforms-field-label{ font-size: 14px; }Best Regards,PenciDesignnagrasun repliedApril 1, 2020 at 3:15pmAll good thanks a lot!!nagrasun repliedApril 1, 2020 at 3:53pmOne last thing,how do I change the color of the green box for the reply box after sending the message form? 2,701PenciDesign repliedApril 1, 2020 at 4:44pmHi,Please try add more this code to Customize > Custom CSS to change it: .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){ background: #ff0000; color: #ffffff; border-color: #ff0000; } Best Regards,PenciDesign Sign in to reply ...
Hello, I need to change the font size, color and color of the button of the contact form. Cant seem to find how...
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thanks! I still need a code for the hover color of the button. Also how do I change the font size of the input field text like Name, phone, Message?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
All good thanks a lot!!
One last thing,
how do I change the color of the green box for the reply box after sending the message form?
Hi,
Please try add more this code to Customize > Custom CSS to change it:
Best Regards,
PenciDesign