最近の検索


最近の検索はありません

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


サインインしてコメントを残してください。

お探しのものが見つかりませんか?

新規投稿