Tags background color not works ?

sukran
Mega Sage

We created tags label that needs to visible background color red , its not works expected

find_real_file.png

and this label only need to visible on CMDB table

how to do that ?

5 REPLIES 5

Ankur Bawiskar
Tera Patron

Hi,

have you applied some field style etc?

please provide some more details on your question

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Ankur Bawiskar  - Created a new label for as " critical" for tags , this should be visible background color red

this is not for field ?

 

Another query - is this possible to list of all the SNOW workflows that I am listed as an approver ?

Pranesh072
Mega Sage

Background colour in tags will look like this 

find_real_file.png

 

If you want something like this 

find_real_file.png

find_real_file.png

 

then you have to configure field style 

Procedure

  1. Navigate to the list of styles for the field in one of the following ways.
    • Right-click the field label on the form and select Configure Styles.
    • Navigate to System UI > Field Styles, and locate the field to apply a style (admin only).
  2. Click New, or click the style to modify.
  3. Complete the form.
    Field Input Value
    Table Table that contains the field.
    Note: The list shows only tables and database views that meet the scope protections for field styles.
    Field name The field to which the style applies.
    Value The exact value or script-based-condition required to apply the style.
    Note: The value only affects list field styles. To apply field styles on both lists and forms, leave this field blank.
    Style The CSS style to apply.

    For example, to make the background of the Incident Category fields red in record lists, with a 24-px font size and white text color, enter the following code.

    background-color:red;
    font-size:24px;
    color:white;

https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/navigation-and-ui/t...

@Pranesh need only for tags , how to do that ?