Home Forums WoodMart support forum Ninja Form SUMBIT Reply To: Ninja Form SUMBIT

#304177

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.ninja-forms-form-wrap input[type="submit"] {
    background: red;
    color: white;
}

Best Regards