Skip to main content
Question

CSS Help to Change Search Box Text

  • September 16, 2022
  • 1 reply
  • 201 views

Forum|alt.badge.img+1
  • Top Contributor
  • 6 replies

Can anyone help me with some CSS or HTML that will change the “Login to submit a new ticket” text to read (and which portal customization box to drop it in):

“Subscribe for full access”

?

 

Did this topic help you find an answer to your question?

1 reply

Aishvarya
Community Debut
Forum|alt.badge.img+6
  • Community Debut
  • 113 replies
  • October 26, 2022

Hi @Cheryl 

 

Greetings from the Freshworks community!

We understand that you would like to modify the text Login to submit a ticket . This is possible using the portal customization feature available from the pro plan. Kindly navigate to Admin → Portals → Customize portal → pages → Page layout and paste the following code.

<script>
jQuery(document).ready(function(){
jQuery('.hide-in-mobile').remove()
});
</script>


We also take customization requirements as a custom request. You can reach out to our support team at support@freshdesk.com but please note that we will be looping in our SI partners to help you with your requirements.


Reply