• Resolved MattOnwordpress

    (@timwebsite5)


    Why is there no option to customize “save and continue” colors in forms? I don’t like the default button or link color. The response text and background colors look bad too. How can I change them?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    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

    Thread Starter MattOnwordpress

    (@timwebsite5)

    Hello,

    Neither of these worked. I pasted them both in the “css” section but neither worked.

    Thread Starter MattOnwordpress

    (@timwebsite5)

    @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?

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    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

    Thread Starter MattOnwordpress

    (@timwebsite5)

    @wpmudevsupport14 And what about the “send draft link” button?

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘How to customize “save and continue” colors?’ is closed to new replies.