Change/Add Some Text On Load With jQuery

Share Now

#Add this code inside jQuery Ready()

//change text
$(".user-registration-error li a").text("Forgot your password?");
//add text
$(".user-registration-register.register a").html("Don't have an account? <b>Register for free</b>.");
$( ".tuw-reg-form form.register" ).after( "<p>Already have an account? <b><a href='/user-login-form'>Login</a></b></p>" );

Picture of Nahid Mahamud

Nahid Mahamud

Web Developer | Graphic Designer | WordPress & Woo-commerce Expert