- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 01:30 AM
Hi All,
I am trying to change the color of the Caller cell to Red & Bold if the Caller is VIP user.
I have tried the below style on Field style for Caller field in Incident table, but it only shows the VIP icon and the Name in bold but the color remains Black. Could somebody help me to fix this.
On Incident List view, the VIP users are shown in Bold, but need to change the color to Red.
Any help will be highly appreciated!
Thanks,
Savitha
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 03:55 AM
Hi savitha,
please try to use
color:red;
and change the list control for incident table as set below:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 01:34 AM
Hi
try with below style.
background-image: url('images/icons/vip.gif');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
background-color:red;
Mark correct if it helps.
Regards,
Omkar Mone
www.dxsherpa.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 02:14 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 02:58 AM
Hi
You can go with this client script given in the below link.
Mark correct if it helps.
Regards,
Omkar Mone
www.dxsherpa.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 01:41 AM