Symantec IGA

 View Only
Expand all | Collapse all

How to change font style/color to a Screen Logical Attribute

  • 1.  How to change font style/color to a Screen Logical Attribute

    Posted Sep 10, 2014 10:41 AM

    Hi All:

    I am new to IDM, and thus have this simple question.

    I have a screen logical attribute field, which is defined as a "string", on my IDM screen. I want to change the font style/color of this filed, e.g. to make this string text to bold and red.

    I tried CSS style and CSS class, but did not get any luck (maybe I did not do it correctly).

    It will be very appreciate, if anyone could help with this simple question.

    Thank you!



  • 2.  Re: How to change font style/color to a Screen Logical Attribute

    Posted Oct 02, 2014 12:21 PM

    Hi Security Community! Could someone help Bing here?



  • 3.  Re: How to change font style/color to a Screen Logical Attribute

    Posted Oct 02, 2014 01:04 PM

    You must name the correct CSS class first in order for this to work.

     

    Most displayed items should be of the CSS class "im-bigFormField"

     

    Then in the CSS style you can set the style particulars.

     

    Here's an example (modify the field you want to change the display of):

     

    CSS Class: im-bigFormField
    CSS Style: color:red; font-weight:bold

     

    Let me know if this works for you.

     

    W.