Question

CSS Help to Change Search Box Text

  • 16 September 2022
  • 1 reply
  • 144 views

Userlevel 2
Badge +1

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”

?

 


1 reply

Userlevel 5
Badge +6

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