• Resolved kota113

    (@kota113)


    At the top of the Registration Form is:
    “Users can register themselves or you can manually create users here.” There is a yellow exclamation – does that mean I have to subscribe to PRO to be able to remove that? It’s very unprofessional looking.

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

    (@alexandrubodea)

    Hi @kota113,

    That message appears only when an Administrator looks at the Registration form. If you’re logged out, then that message is hidden.

    That message is not in any way related to the Pro version. That same message appears for both plugin versions (Free and paid).

    Now in case you wish you want to hide that yellow exclamation, you can use the following CSS code:

    #wppb_register_pre_form_message > img {
    display: none !important;
    }

    Note: You can add that CSS code in your WordPress Dashboard -> Appearance -> Customize -> Additional CSS (you can read more about this here).

    Also, in case you wish to change the text of any of our messages, then I want to mention that any string from Profile Builder can be modified with the Labels Edit add-on. You can activate the Labels Edit add-on by going to your Dashboard -> Profile Builder -> Add-ons -> Free Add-ons -> and activate the Labels Edit add-on.

    After you’ve activated the add-on, you can go to Profile Builder -> Labels Edit -> and click on the “Rescan” button at the top of the page. Then, you just need to search for the string you want to modify.

Viewing 1 replies (of 1 total)

The topic ‘Remove default text on Registration Form’ is closed to new replies.