Hi @timwebsite5,
Trust you are doing good and thank you for reaching out to us.
I am afraid, it’s not possible to customize the “save and continue” out of the box. You can try using the following CSS to customize the colour of the same.
.forminator-ui .forminator-row-last a.forminator-save-draft-link {
color: black !important;
}
The background colour and response text can be customized using the following CSS.
.forminator-draft-wrap .forminator-draft-notice.draft-success {
background-color: yellow;
}
I hope that helps. Please feel free to get back to us if you need any further assistance.
Kind Regards,
Nebu John
Hello,
Neither of these worked. I pasted them both in the “css” section but neither worked.
@wpmudevsupport14 this is such a basic feature. Why isn’t it available? Can you please suggest some other CSS so I can try this again?
Hi @timwebsite5,
I tested the following CSS on my development environment and it works fine.
.forminator-ui .forminator-row-last a.forminator-save-draft-link {
color: black !important;
}
.forminator-draft-wrap .forminator-draft-notice.draft-success {
background-color: yellow !important;
}
Can you please try adding the CSS at WP Dashboard >> Appearance >> Customize >> Additional CSS?
this is such a basic feature. Why isn’t it available? Can you please suggest some other CSS so I can try this again?
I have already added a feature request for this so our developers can add an improvement for this in one of our upcoming updates.
Kind Regards,
Nebu John
@wpmudevsupport14 And what about the “send draft link” button?
Hi @timwebsite5,
Here is an example for you for the Send Draft Link button, you can customize as per your requirement.
.forminator-draft-wrap .forminator-draft-form button.forminator-button-submit {
background: red !important;
color: yellow !important;
}
Kind regards,
Zafer
Hello @timwebsite5 ,
We haven’t heard from you for over a week now, so it looks like you don’t have more questions for us.
Feel free to re-open this ticket if needed.
Kind regards
Kasia