Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ranaali9320,

    Thanks for using the plugin,

    I hope you are doing well, you can use this code to change the login message.

    add_action('login_message', 'nua_change_registration_message');
    
    function nua_change_registration_message($message) {
         return '<p class="message register">Welcome to this site. Please log in to continue.</p>';
    }

    Thanks & Regards

    WP Experts Support Team

    Thread Starter ranaali9320

    (@ranaali9320)

    Hi, but this is for registration?
    i need to change it for login page as well please.
    also should i need to add this on function.php or in the additional CSS inside the customizer?

    Thanks!

    Hi @ranaali9320,

    This code is for the registration page. Please check it and let me know.

    Also, you can add this code to the theme’s Function.php.

    Thanks

    Thread Starter ranaali9320

    (@ranaali9320)

    thanks. it works ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘custom message’ is closed to new replies.