• Resolved ranielrivera

    (@ranielrivera)


    Hi, can you please tell me which class or selector can I edit the response message success in CSS. I tried .forminator-response-message .forminator-success but it not working.
    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ranielrivera

    I hope you are doing well.

    You can use this:

    .forminator-ui .forminator-response-message.forminator-show.forminator-success{
        background: red !important;
    }

    As by default we have a strong CSS you can make it work using !important for some custom like background.

    Best Regards
    Patrick Freitas

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ranielrivera

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

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

The topic ‘response message success css styling’ is closed to new replies.