making a label bold on service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 08:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 01:13 PM
Is there a way to apply colored labels to a particular FORM in the portal v.s. the entire widget. We don't want to have all labels on all forms colored.... There is only one group who is requesting this customization.
It seems there should be a way to do it by sysid....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2018 07:21 PM
Hello,
Try the below code in your Page css
label {
font-weight: bold !important;
}
Doing this will make all label in the page to appear bold, but as there are no other label field in this page you can very well use this.
Hope this helps!
Regards,
Sateesh Kumar Devadoss.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2021 11:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 02:03 PM
This is really helpful and worked for what I needed. Thank you!