• Resolved lalune

    (@lalune)


    Hi… I need to change the “X” icon of white on red to white on black. That red has been confusing several people thinking there is a problem with the form. The red is a mental cue for them that there is a problem so they don’t even try to continue and end up writing for support. Sorry, I’m not good enough at CSS to know what to add exactly. I found it was the .forminator-icon-close being #870000 that I think will be better as #000000 TIA

    • This topic was modified 1 year, 11 months ago by lalune.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi

    Hope you are doing fine.

    You can try the following code, just replace the number 257 with the module id of your form. The code can be added in Appearance > Customize >Additional CSS

    .forminator-ui#forminator-module-257.forminator-design--default .forminator-button-delete [class*="forminator-icon-"] {
        color: #000!important;
    }

    Kind regards

    Luis

    Thread Starter lalune

    (@lalune)

    Perfect, thank you! This will help my submitters a lot. I had seen that but was a bit afraid to try, not knowing how much of that line I needed and didn’t want to break anything or cause problems. Learning bit by bit!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon-close color of red confusing people on File Upload queued file’ is closed to new replies.