• Resolved holylibor

    (@holylibor)


    Dear support folkz,
    I′m about to make a page where the public is mostly elderly people. Therefore I′d like to style the registration form submission success message the following way:
    – to last longer
    – increase the font size, with and color
    – chng the text alignment to center
    – chng the background color.

    PLZ could you provide me the CSS classes I need and advise if I should use them in general or form styling tabs?

    THX in advance
    WP and plugin in the latest versions.

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

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

    (@wpmudevsupport12)

    Hi @holylibor

    I hope you are doing well.

    -– to last longer

    For this, you can control in the plugin settings: https://monosnap.com/file/OqrxwdIL7ye2sP0TW7jrVsdlVQm1mY

    – increase the font size, with and color
    – chng the text alignment to center
    – chng the background color.

    Can you please try the below CSS?

    .forminator-response-message.forminator-show.forminator-success{
        text-align: center !important;
        font-size: 18px !important;
        background: #dede !important;
        box-shadow: none !important;
        color: #000 !important;
    }

    Best Regards
    Patrick Freitas

    Thread Starter holylibor

    (@holylibor)

    Hi Patrik,
    BG THX for your help.
    It helped 100%, that is the right CSS class I′ve been looking for.

    Best Regards,

    Libor

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form submission success msg styling’ is closed to new replies.