how to make the below font in red? Description shown to end users | Community
Skip to main content

how to make the below font in red? Description shown to end users

  • October 6, 2021
  • 6 replies
  • 0 views

how to make the below font in red? p#request_Training Group Owner_hint {color: #FF0000;}  - NOT WORKING

6 replies

  • Author
  • October 6, 2021

#request_custom_fields_1900005653224_hint {color: #FF0000;}

 

IT WORKED


Dave12
  • October 7, 2021

Awesome, Anita – thanks for posting your solution!


  • Author
  • October 16, 2021

Description shown to end users  -- Is it possible to link <a href:> the Description shown to end users?

 

ex:  FAQ   link to FAQ page


  • October 25, 2021

Great question @anita12:

Ticket field descriptions natively won't be able to support href link usage, but you could absolutely achieve this with some custom Javascript code embedded into your help center theme code directly. 

This goes out of our realm of official support for troubleshooting custom code, but something like this snippet might work as a good jumping point for what you have in mind:

<script type="application/javascript">
document.querySelector("#request_custom_fields_1900005653224_hint").innerHTML = "<a href='https://www.google.com'>Click here</a> to visit Google.com."
</script>

Hope this helps! Thanks for reaching out about this Anita, and let us know if there's anything else we can help out with.

 


Haley11
  • February 11, 2023

Hi, where do I click at the first place to make this change?


Dane13
  • March 5, 2023