Hi @brownae !
We acknowledge the issue you've encountered and will ensure that a member of our customer support team addresses your query.
Hi @brownae ,
Greetings from Freshworks community
Step 1:
Add the following jQuery ref link to the Layout - Head Page (Admin->Portals->Customize portal-> Pages→Layout → Head)
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"
></script>
Step 2:
Go to Pages → General pages → Login Page
Paste the code
For changing Customer login text
<script>
jQuery(document).ready(function(){
jQuery('.customer-login-link span').text("Do you have a WUSTL Key")
});
</script>
For change Agent Login Text
<script>
jQuery(document).ready(function(){
jQuery('.agent-login-link span').text("Do you have a WUSTL Key")
});
</script>
Step:3
Save the theme and then Publish
Step:4
Make the theme LIVE and it will reflect the required text as per your need
Try the same and mark as Solved if it works
Cheers
Hi- I tried this and it didn’t change the appearance of the login page:
Hello @brownae - sorry to hear that this is still not resolved. @vinothkumar.manoharan please could you help out and suggest any alternatives?
Hello @brownae - sorry to hear that this is still not resolved. @vinothkumar.manoharan please could you help out and suggest any alternatives?
I would still love to resolve this- can anyone assist?