最近搜索


没有最近搜索

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

已回答


已于 2021年10月06日 发布

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


1

6

6 条评论

#request_custom_fields_1900005653224_hint {color: #FF0000;}

 

IT WORKED

0


Awesome, Anita – thanks for posting your solution!

0


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

 

ex:  FAQ   link to FAQ page

0


image avatar

Austin Killey

Zendesk Customer Care

Great question Anita Rajkumar:

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.

 

0


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

0


image avatar

Dane

Zendesk Engineering

0


请先登录再写评论。

找不到所需的内容?

新建帖子