# Is \`dash\_daq.Thermometer\` units font size exposed?

**URL:** https://community.plotly.com/t/is-dash-daq-thermometer-units-font-size-exposed/82281
**Category:** Dash Python
**Tags:** question
**Created:** [February 12, 2024, 9:16pm UTC](https://community.plotly.com/t/is-dash-daq-thermometer-units-font-size-exposed/82281 "2024-02-12T21:16:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![remidm](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/remidm/32/31815_2.png) [@remidm](https://community.plotly.com/u/remidm)
#### Post date: [February 12, 2024, 9:16pm UTC](https://community.plotly.com/t/is-dash-daq-thermometer-units-font-size-exposed/82281/1 "2024-02-12T21:16:35Z")

</div>

Hi all!

I’ve been using the [Thermometer](https://dash.plotly.com/dash-daq/thermometer#default-thermometer) component in dash\_daq and noticed the `units` fontsize is very small.

However I haven’t found a way to increase it (not like `label` that can take a dict with style)

Thanks in advance!

 ![image](https://us1.discourse-cdn.com/flex024/uploads/plot/original/3X/2/1/211c78cf91aab21318ea503b9b5ea2a30b403cce.png)

---

<div class="post-metadata">

### Author: ![PipInstallPython](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/pipinstallpython/32/34539_2.png) [@PipInstallPython](https://community.plotly.com/u/PipInstallPython)
#### Post date: [February 13, 2024, 8:04am UTC](https://community.plotly.com/t/is-dash-daq-thermometer-units-font-size-exposed/82281/2 "2024-02-13T08:04:48Z")

</div>

Create a assets/style.css, go to inpsector hover ovef the txt and get the class name for label then add it in style.css

Something like:

body M7374\_4 .label {  
font-size:34  
}
