Home Forums WoodMart support forum Contact Form Button Color

Contact Form Button Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290123

    Assad19
    Participant

    Hi How can I change the background color of the contact button, when I write the CSS in the shortcode, it’s not working

    Please see the attachment,
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #290292

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wpcf7-form input[type="submit"]{
    background-color:red;
    color:yellow;
    }

    Set the colors as per your needs.

    Best Regards

    #290651

    Assad19
    Participant

    Thanks alot sir.

    #290785

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)