Change color send button

I would like to chand the button color of send in the blog page, and also the text to send to something else.

Hi @tatti,

To change the colour use this css code:

#contact-us .section-content .wpcf7-form p .wpcf7-submit {
background-color: #fff;
}

For changing the send button, go in Dashboard, Contact forms and there you could change the contact form.

Thanks,

Cristian

No, in the blog section.

http://www.toolbarexperience.com/farmacia/2016/10/14/i-poteri-dellarnica/

Hi,

Use this css code:

#comments #respond .comment-form #input-submit, input[type=submit] {
    background-color: #fff;
}

Thanks,

Cristian