Comments pinelopi started the conversationMarch 30, 2023 at 6:56amHello,In the form contact us I want to change the colour of the submit button. How to do it?Thanks! 2,610PenciDesign repliedMarch 30, 2023 at 7:10amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .wpcf7 input[type="submit"] { color: #fff; background: #000;}.wpcf7 input[type="submit"]:hover { color: #fff; background: #333;}Regards,PenciDesign.pinelopi repliedMarch 30, 2023 at 8:18amI added and changed the # but it remains the same. Which part of the code needs to be changed?Thanks! 2,610PenciDesign repliedMarch 30, 2023 at 11:49amHi,Please modify the CSS code like the following below: body.page .wpcf7 input[type="submit"] { color: #fff; background: #000;}body.page .wpcf7 input[type="submit"]:hover { color: #fff; background: #333;}Regards,PenciDesign. Sign in to reply ...
Hello,
In the form contact us I want to change the colour of the submit button. How to do it?
Thanks!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
I added and changed the # but it remains the same. Which part of the code needs to be changed?
Thanks!
Hi,
Please modify the CSS code like the following below:
Regards,
PenciDesign.