Can you increasing size font size within tooltips

Hello,

Curious to know if there is a way to adjust the size of a tooltip and/or the font size within the tooltips for an entire dashboard?

to change the size of tooltip text, you can create a style override in your Admin > Setup > App Styling CSS override. Tooltip properties are contained within the “tooltip-container” class.

That said, this would apply to every dashboard uniformly. If you want to do it on a per dashboard basis, your best option would be to create a script with JQuery statements to change the CSS inside the Ready event of your dashboard.

1 Like