Skip to content
Public Ticket #24180

Contact us form

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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.



pinelopi replied

Customer Reply

I added and changed the # but it remains the same. Which part of the code needs to be changed?

Thanks!

PenciDesign Supporter replied

Staff Reply

Hi,

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 started the conversation

Conversation Start

Hello,

In the form contact us I want to change the colour of the submit button. How to do it?

Thanks!

Want to join this conversation or access attachments? Sign in first.