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
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