Translate and change color of Field Form

Which IIQ version are you inquiring about?

Version 8.X

Share all details related to your problem, including any error messages you may have received.

Hello Community,
I need to translate and change the color of a field form displayName i have succeeded in translating but i don’t know how to change the color of this displayName without breaking the translation part any ideas please?
I translated the displayName using the iiqCustom file
this is the code :

<Form>
<Section>
<Field displayName="message_to_be_translated" type="text"/>
</Section>
<Form>

Sure, I need to modify the css file.
You can follow this documentation:
https://community.sailpoint.com/t5/Technical-White-Papers/Branding-IdentityIQ/ta-p/80127

basically, the file are those:

  • ui/css/ui-custom.css: overrides default styles applied to the responsive UI pages’ html elements
  • /css/iiq-custom.css: overrides default styles applied to the desktop pages’ html elements
  • appPage.xhtml: controls display of menu pages like the Global Settings page
  • extAppPage.xhtml: controls display of many application detail pages
  • ngAppPage.xhtml: controls display of the desktop Home page
  • ui/loginInclude.xhtml: controls display of the login pages
  • WEB-INF/classes/sailpoint/web/message/iiqCustom.properties: overrides default message catalog key values
    Usally the default file are empty but at the end of the of the guide you can find a zip with exemple file
2 Likes

Hi @torry_salamat,

Please go through the link given below and see if this is what you are looking to achieve on form field.

https://community.sailpoint.com/t5/IdentityIQ-Forum/HTML-tags-in-field-display-name/m-p/86658

Thanks

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.