# How to change node Pallette text to bold

**URL:** https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078
**Category:** General
**Tags:** node-red-dashboard
**Created:** [11 July 2025 01:56 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078 "2025-07-11T01:56:35Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Bluey](https://avatars.discourse-cdn.com/v4/letter/b/3d9bf3/32.png) [@Bluey](https://discourse.nodered.org/u/Bluey)
#### Post date: [11 July 2025 01:56 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/1 "2025-07-11T01:56:35Z")

</div>

How can I change the node pallette text to bold?

---

<div class="post-metadata">

### Author: ![smanjunath211](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/smanjunath211/32/95742_2.png) [@smanjunath211](https://discourse.nodered.org/u/smanjunath211)
#### Post date: [11 July 2025 03:33 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/2 "2025-07-11T03:33:01Z")

</div>

Welcome to the forum what do you mean by node palette text can you share a screenshot of the element you want to make bold

---

<div class="post-metadata">

### Author: ![Bluey](https://avatars.discourse-cdn.com/v4/letter/b/3d9bf3/32.png) [@Bluey](https://discourse.nodered.org/u/Bluey)
#### Post date: [11 July 2025 04:05 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/3 "2025-07-11T04:05:55Z")

</div>

Hi

The text in the coloured boxes I would like in BOLD as I cannot read the text in some of the darker coloured boxes.  
Thank you

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/a/a/aa93c87ff7c2befae5c253e23745ee77ef36c997.png)

---

<div class="post-metadata">

### Author: ![smanjunath211](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/smanjunath211/32/95742_2.png) [@smanjunath211](https://discourse.nodered.org/u/smanjunath211)
#### Post date: [11 July 2025 06:10 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/4 "2025-07-11T06:10:38Z")

</div>

I was able to change the parameters directly in the development, however i am not aware where is the CSS file being fed from.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/d/c/dcfe995075e03382621e767598ec501feea3d88e.png)

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/6/e/6e0606946a5d8fc13b276ffa917ec2f5a6a40708.png)

---

<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: [11 July 2025 07:09 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/5 "2025-07-11T07:09:36Z")

</div>

You can specify a CSS file for the editor in settings.js.  
So for example on a Raspberry Pi I have /home/pi/.node-red/editor.css containing

```auto
.red-ui-palette-label {
        font-weight: bold;
}

```

In settings.js, immediately below the line `editorTheme: {` add this, using the full pathname of your CSS file

```auto
 page: {
          css: "/home/pi/.node-red/editor.css"
       },

```

Now restart Node-red.

---

<div class="post-metadata">

### Author: ![Bluey](https://avatars.discourse-cdn.com/v4/letter/b/3d9bf3/32.png) [@Bluey](https://discourse.nodered.org/u/Bluey)
#### Post date: [11 July 2025 12:47 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/6 "2025-07-11T12:47:10Z")

</div>

OK Thank you very much.

---

<div class="post-metadata">

### Author: ![Bluey](https://avatars.discourse-cdn.com/v4/letter/b/3d9bf3/32.png) [@Bluey](https://discourse.nodered.org/u/Bluey)
#### Post date: [11 July 2025 12:50 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/7 "2025-07-11T12:50:15Z")

</div>

Hi

Yes that is exaxtly what I want. Thank you

But I am totally new to Node RED and I am not sure what the CSS file is.

I am using Node Red that is attached to Victron.

Victron supply a range of equipment for the Off grid / Solar industry

[https://www.victronenergy.net.au/](https://www.victronenergy.net.au/)

Would I find the CSS file somewhere in the Victrron system?

[https://communityarchive.victronenergy.com/questions/155949/node-red-config-files.html](https://communityarchive.victronenergy.com/questions/155949/node-red-config-files.html)

---

<div class="post-metadata">

### Author: ![Bluey](https://avatars.discourse-cdn.com/v4/letter/b/3d9bf3/32.png) [@Bluey](https://discourse.nodered.org/u/Bluey)
#### Post date: [11 July 2025 12:51 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/8 "2025-07-11T12:51:32Z")

</div>

OK Thank you

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [9 October 2025 12:51 UTC](https://discourse.nodered.org/t/how-to-change-node-pallette-text-to-bold/98078/9 "2025-10-09T12:51:37Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
