Support » Plugin: weForms - Easy Drag & Drop Contact Form Builder For WordPress » Good but missing one vital feature

  • Works well and very easy to set up. But missing one vital feature, which is the ability to readily change colors and appearance. And my efforts to add CSS to change button color, etc., have not worked. 🙁

Viewing 1 replies (of 1 total)
  • Plugin Support Elana Davis

    (@elanasparkle)

    Hello @ericbonetti2017,

    Thank you for the review, and if you want to move this conversation to the support section, we can because we are not supposed to troubleshoot issues in reviews, but we wanted to make sure you knew that you could customize the submit button. You can use the below CSS to override the CSS on the form. You can either create your own custom.CSS in the theme directory or upload it to the theme directory in the themes CSS file.

    .weforms_submit_btn button[type=submit] {
    background-color: #024488 !important;
    border-color: #024488 !important;
    color: #fff !important;
    }

    .wpuf_submit_288 button[type=submit]:hover {
    background-color: #022B57 !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Good but missing one vital feature’ is closed to new replies.