• Resolved Ed

    (@eochoa)


    How do you change the background from white to black and text to white (save draft)? Sorry not really good with CSS…thank you so much.

    Tried this but it didn’t work:

    .forminator-save-draft-notice {
    background-color: #000000; /* Replace with your desired background color */ color: #ffffff; /* Replace with your desired text color */
    }

    • This topic was modified 1 year ago by Ed.
    • This topic was modified 1 year ago by Ed.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hello @eochoa

    Although it’s possible to change many styling options in a form, by going to the Appearance section of that form; I am afraid that at this moment, there is no option to change the background color or the font color of the “Save as Draft” link in the form. The only way to change this is by using custom CSS code, like what are you trying. Although, it’s not working for you because you are not using the right class.

    Please try this, instead of “forminator-save-draft-notice”, use “forminator-save-draft-link”, which is the correct class for that element. That should do the trick.

    Kind regards,
    Jair.

    Thread Starter Ed

    (@eochoa)

    thank you I tried it still the same. see attached.

    https://imgdrop.io/image/M0YyQ

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @eochoa,

    Would it be possible for you the share the URL where you have the form placed so that we can take a closer look at this?

    If you are not comfortable sharing the page URL publicly in this thread, please email us at [email protected] using the following format.

    Subject: ATTN: WPMU DEV support - wp.org
    
    Please send:
    – Link to page
    – Link back to this thread for reference (https://ww.wp.xz.cn/support/topic/draft-background-and-text-color/)
    – Any other relevant URLs/info

    To ensure we don’t miss your email, please let us know here once you’ve submitted the form and make sure you use “ATTN: WPMU DEV support – wp.org” as the email subject.

    Best Regards,
    Nebu John

    Thread Starter Ed

    (@eochoa)

    Got it thanks, just send it.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @eochoa

    Thank you, I checked and your CSS is correct just the selector should be .forminator-draft-notice{}

    I also checked the plugin interface and I believe we have room for improvement here, we have the “Response Success” colour option but I see it is not adding the colour to the save-draft response.

    I will notify our developers about that, for now the custom CSS seems to be required.
    Best Regards
    Patrick Freitas

    Hi @eochoa

    As said above, this was already forwarded to our developers and I am marking this thread as resolved, but if you have any additional questions feel free to let us know.

    Kind Regards,
    Kris

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

The topic ‘draft background and text color’ is closed to new replies.