• Resolved ridhosay

    (@ridhosay)


    How to remove or skip this message after register “You will soon be redirected automatically. If you see this page for more than … second please click here.

    See screenshot : https://ibb.co/LzmyzS5

    I have dark theme on my site, is there any way to style it ?

    • This topic was modified 1 year, 4 months ago by ridhosay.

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

Viewing 1 replies (of 1 total)
  • Plugin Support alexandrubodea

    (@alexandrubodea)

    Hi @ridhosay,

    Unfortunately, it is not possible to remove that success message since the page has to load, and after that, the redirect can happen.

    What you can try is to set the “Modify default Redirect Delay timer” setting to 0 or 1. You can find this setting in Profile Builder -> Settings -> Advanced Settings -> Forms -> Modify default Redirect Delay timer.

    But again there will still be a small delay until the page loads and then the redirection takes place.

    Now to style it, you can use the following CSS template as an example:

    #wppb_form_general_message.wppb-success {
    background:?#FF0000?!important;
    ????????border: 1px solid?#FF0000?!important;
    color:?#FFFFFF?!important;
    }

    The colors in the above code are just an example, when you add the code on to your site, you can replace those colors with the colors of your choosing.

    You can add the above CSS code snippet in your WordPress Dashboard -> Appearance -> Customize -> Additional CSS.

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Register Message, After Press Register Button’ is closed to new replies.