How do I use rich text elements or HTML formatting in a dashboard header? I can't find any possibilities. Even changing the size of a logo or entering whitespace doesn´t seem to be supported.
Solved! Go to Solution.
Robert Buckley, as far as I know, there isn't a way to customize the header in the way you're specifying. Dashboards allow for some customization using HTML, but that option doesn't seem to be available for every dashboard element.
I feel that having additional customization capabilities within Dashboards would be a huge improvement (both through rich text editors within the WYSIWYG or something similar to Web AppBuilder Developer Edition). You can check out the ArcGIS Ideas page to support this and other enhancements you'd like to see in the platform.
I did find this idea. Kevin MacLeod commented about "Dashboard for Portal", which I don't have experience with. Maybe it allows this kind of customization?
Operations Dashboard Developer Edition
Derek Law (Dashboard guru), any insight?
Robert Buckley, as far as I know, there isn't a way to customize the header in the way you're specifying. Dashboards allow for some customization using HTML, but that option doesn't seem to be available for every dashboard element.
I feel that having additional customization capabilities within Dashboards would be a huge improvement (both through rich text editors within the WYSIWYG or something similar to Web AppBuilder Developer Edition). You can check out the ArcGIS Ideas page to support this and other enhancements you'd like to see in the platform.
I did find this idea. Kevin MacLeod commented about "Dashboard for Portal", which I don't have experience with. Maybe it allows this kind of customization?
Operations Dashboard Developer Edition
Derek Law (Dashboard guru), any insight?
Katherine Clark When you download it on premise you can customize and override HTML with CSS. You can use selector specificity or if needed (sparingly) the !important tag to make your customizations override the defaults. What I would do, is to open the developer tool in your browser by pressing F12 and look at the classes that are used and then target them in your own style sheet.
I would suggest as an Enhancement adding ability to inject custom CSS to the Dashboard. Similar to Hub. Where it has the 'Custom CSS' section. Or perhaps let us edit the CSS through the Assistant, for any app (WebApp Builder, Dashboards, Configurable Apps, etc)
Hi Katherine,
> ... as far as I know, there isn't a way to customize the header in the way you're specifying. Dashboards allow for some customization using HTML, but that option doesn't seem to be available for every dashboard element.
Correct. *thumbs up*
Hope this helps,