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
12-13-2018 08:25 AM
Hi,
OOTB widgets are read-only, you have to clone it. To make a text bold in CSS use font-weight: bold;
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 08:43 AM
Hi Ajay,
Can you help me with the steps?
I am having a hard time to locate the variable and update the CSS snipet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 08:57 AM
In nav bar enter sp_widget, search for the OOTB widget > open it and Clone Widget.
Enter font-weight: bold; property in CSS field and test it
Eg. p.thick {
font-weight: bold;
}
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 01:32 PM
The thing is I am not able to locate the widget which has this label