Increase font size in Card Widget Helical Insight 5.0

Hello Team,
I want to increase the font size of text in card widget of Helical Insight 5.0. Please suggest how to do this ?

Thank you,
Netta.

Hello Netta,

You can do this easily by applying CSS at report/dashboard level. It is always advisable to apply CSS at the dashboard level. Below is the CSS to increase the size of text :

.ant-typography, .ant-statistic-content{

font-size: 15px !important;// change this px number to any number as per your requirement.

}

Thank you,
Helical Insight.