How to use "Bootstrap class name" on widget instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 08:44 AM
How exactly are you supposed to use the Bootstrap class name field on Widget Instances? We've tried to add some page level CSS and then put in the class name defined there in that field, but it doesn't seem to do anything. Any suggestions on how that's used and if we can apply specific CSS to a Widget Instance?
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 10:00 AM
You can find bootstrap class name usage in below post
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 10:10 AM
Thanks for this link, unfortunately all the pictures for the correct answer are unavailable. If you are able to see it, would you mind pasting it here? Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 10:45 AM
Hi,
Can you try adding below in your CSS code for the page
.color_box span{
color: gray !important;
}
Once done call it in your Bootstap & check for the difference.