- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 03:26 AM
Hi,
i have a dashboard with many different widget like this:
i would be able to modify the css of the message "This widget...." to make it more readable.
How can i do?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 03:53 AM
hello @lorenzo_blasio i dont think so because all the widgets that are rendered using OOB code which cant be edited
Hope this helps
Mark the answer correct if this helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 03:53 AM
hello @lorenzo_blasio i dont think so because all the widgets that are rendered using OOB code which cant be edited
Hope this helps
Mark the answer correct if this helps you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2023 12:07 AM - edited 02-25-2023 12:08 AM
I too wanted to add custom css styling to my dashboard, but also could not find an out-of-the-box way to add css. So, I created a way to add CSS to dashboards by creating:
- A UI Page (contains css styling)
- A System UI Widget (reference the UI Page)
- Add the System UI widget to the dashboard.
***NOTE: this uses DOM manipulation, and that creates risk. I felt the risk was low, so opted to do it this way.
Check out my blog article that:
- Walks through the process.
- Has code samples for the UI Page and System UI Widget
- Has a video showing how I did this:
https://www.sn-101.com/i-just-want-some-style-in-my-dashboards/