Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1110336

    I have added contact form 7 to my website.

    I would like to change its submit button to something else other than the primary color.

    #1110462

    Hey totalcy,

    Try playing with this css:

    
    #top .wpcf7-form-control.wpcf7-submit {
        background-color: #e03a93;
        color: #ffffff;
        border-color: #c018a2;
    }
    #top .wpcf7-form-control.wpcf7-submit:hover {
        background-color: #7e114c;
    }
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.