Hello! Does anyone know how to format article titles and making only certain words in boldface (like the screenshot below)? Is this a feature that's theme-specific or can it be done on any Zendesk Guide?

No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Thank you for your question!
Yes, you can make field descriptions bold in a specific form by using custom CSS. To achieve this, you can add a CSS rule targeting the specific form and field in your Zendesk Guide or the theme editor.
For example, you might use code similar to this:
Ensure you replace #form-id with the actual ID of your form. This will apply bold styling to the descriptions of that particular form field.
If you need further assistance with implementing this or have any additional questions, feel free to ask!