Canvas: option to change arrow label font size & color

Use case or problem

The font size of the arrow labels is the same as that of the card text and note text. That is not only distracting but is not correct because the arrow label is less important than the content of cards.

Also, some labels are more important.

Proposed solution

The ability to use a different font size and color.

Current workaround (optional)

None

Related feature requests (optional)

10 Likes

Bumping this, the label font size seems to be relative to the zoom level making it awkward to arrange notes sometimes.

3 Likes

A work around I have discovered is adding custom css to obsidian. You can modify the css class canvas-path-label to have a set font size.

1 Like

Can you provide detailed instruction? What exactly should I add to obsidian.css and to what section in it?

1 Like

add a css snippet

.canvas-path-label{font-size: (px number you want)px}
1 Like