Viewing 5 replies - 1 through 5 (of 5 total)
  • See Styling Contact Form for a general explanation of styling CF7 forms using CSS.

    There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.

    Thread Starter likocorp

    (@likocorp)

    the question is how the button element is properly called in the CSS file?
    .wpcf7 button, or something like this?

    Thread Starter likocorp

    (@likocorp)

    Could anybody advice regarding the question?
    Thank you!

    .wpcf7-submit {
    background-color: #______;
    color: #______;
    }

    Fill in the blanks with your own color hex values. background color is for the color of the button itself, while color targets the typography on the button. For example:

    .wpcf7-submit {
    background-color: #000000;
    color: #ffffff;
    }

    Would produce a black button with white text.

    Thread Starter likocorp

    (@likocorp)

    zv664013, it is just what I wanted – it works – thank you very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of buttom text’ is closed to new replies.