• Hi,

    I’m using contact form 7 and I’m trying to change the colour of the blue submit button. I’ve put the following css in my stylesheet and the weird thing is: the size of the button changed, but the colour did not.

    input.wpcf7-form-control.wpcf7-submit {
    background-color:#f4f4f4;
    color:#cc1135;
    width:70px;
    height:40px;
    }

    I’ve tried giving the button a class in the plugin, but that didn’t work either. Anyone got any idea how to fix this?
    Thanks

Viewing 1 replies (of 1 total)
  • Hi
    Did you solve your problem ?
    This is my button :

    [submit class:my_cf7_submit “Submit”]

    This is from my css:

    /************************************************/
    /* Submit button style : */
    .my_cf7_submit
    {
    background-color:#f4f4f4;
    color:#cc1135;
    width:100px;
    height:40px;
    }
    /************************************************/

Viewing 1 replies (of 1 total)
  • The topic ‘contact form7 lets me change submit button size but not the color’ is closed to new replies.