How to change the color of the file name title?

.inline-title {
  color: #ffa500
}

…should do it.

This is a good jumping off point in searching for Obsidian css variables (if you haven’t already seen it): Getting comfortable with Obsidian CSS

3 Likes