# Customizing look of Navigation menu on Dashboard

**URL:** https://discourse.nodered.org/t/customizing-look-of-navigation-menu-on-dashboard/55523
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [21 December 2021 13:05 UTC](https://discourse.nodered.org/t/customizing-look-of-navigation-menu-on-dashboard/55523 "2021-12-21T13:05:26Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [21 December 2021 15:14 UTC](https://discourse.nodered.org/t/customizing-look-of-navigation-menu-on-dashboard/55523/5 "2021-12-21T15:14:07Z")

</div>

The side menu is a `<div class="md-sidenav-left">` and the text of the menu items is a `<p>`

So this seems to be sufficient for styling the text

```auto
<style>
    .md-sidenav-left p {
        color: yellow;
        font-size: 2em;
    }
</style>

```

![Untitled 2](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/0/1/0113e2338d0c17364f4f6f5ff317b58f2975a610.jpeg)

But it may depend on settings in the Dashboart Theme and Site tabs

---

_[View the full topic](https://discourse.nodered.org/t/customizing-look-of-navigation-menu-on-dashboard/55523)._
