Comments pinelopi started the conversationMarch 31, 2023 at 7:01amHello,On the contact us the "Submit" button, I want to change color. How to do it? Thanks! 2,610PenciDesign repliedMarch 31, 2023 at 8:00amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .wpcf7 input[type="submit"] { background: #000 !important; color: #fff !important;} .wpcf7 input[type="submit"]:hover { background: #333 !important; color: #fff !important;} Regards,PenciDesign.pinelopi repliedApril 3, 2023 at 9:01amok thanks! Sign in to reply ...
Hello,
On the contact us the "Submit" button, I want to change color. How to do it?
Thanks!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
ok thanks!