How to change the font size? thank you!

First, search the h
微信截图_20240217194131
elp docs
and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

Things I have tried

1 Like

how to change the font size bigger.thank you!

Is this in the Backlinks tab? It will depend on the theme you are using, but you could try adjusting these:

/* backlinks tab font sizes */
.workspace-leaf-content[data-type='backlink'] .tree-item-self  {
    font-size: 16px;
}

.workspace-leaf-content[data-type='backlink'] .search-result-file-matches {
    font-size: 14px;
}

https://help.obsidian.md/Extending+Obsidian/CSS+snippets

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