[tw5] Change the font size of wiki title

How do I change the font size of my wiki title?

Make a tiddler and give it the tag $:/tags/Stylesheet

Put this in the body of the tiddler:


.tc-sidebar-scrollable .tc-site-title {
font-size: 1rem;
}

Change the //1rem// to whatever size you want it to be.

1 Like

It’s the title of the wiki, not the title of the tiddler, that I want to change the font size of it.