Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1226848

    Hi, reference to post #854298 I am trying to change the Contact Form 7 CSS colour to black using the following code.

    .wpcf7 p input[type=”submit”] {
    background: black !important;
    }

    However, it is not working. Is there a solution please?

    Thanks,

    #1226923

    Hey demicoli00,

    Please provide a link to your site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1226929
    This reply has been marked as private.
    #1226940

    Hi,

    Where can I find the CF7 form? It’s not the one on the contact page.

    Also, are you just needing the submit button changed to black?

    Best regards,
    Jordan Shannon

    #1226955
    This reply has been marked as private.
    #1226961

    Hi,

    Add this to quick css:

    .wpcf7-form-control.wpcf7-submit{
    background:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1227269

    Worked like a charm. Thanks

    #1227305

    Hi,

    No problem at all! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Contact Form 7 CSS’ is closed to new replies.