Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Esthertimesdv
tagDiv Member

I remember I made the change yesterday from the UI… However, I was able to change the link content using jQuery.

Making people change a theme’s file is not a good idea. When theme is updated changes disappear. You should, at least, suggest creating a child theme with an specific function for that!

I paste here the code I’ve used. It can be useful for other users.

jQuery(".tdw-wml-login-link").attr("href", "https://mysite.com/login/");//login link
jQuery(".tdw-wml-register-link").attr("href", "https://mysite.com/register/");//sign up link

Viewing 1 post (of 1 total)