Hi guys,
How can i remove the bold text from sidebar?

Thanks!
Hi guys,
How can i remove the bold text from sidebar?

Thanks!
I can’t test on a screenshot, but this might do it:
In an existing or new tiddler tagged $:/tags/Stylesheet, add this css:
.tc-table-of-contents li a {
font-weight: normal;
}
Thanks Scott, for now on i will share my wiki when i have some doubt
Often enough that isn’t possible (only on your own device, locked behind corporate walls, whatever), but when you can, that’s a good idea.
I’m glad it worked for you.
Trying change $:/boot/boot.css.
DO NOT DO THIS! There is no reason to EVER change $:/boot/boot.css
Any custom CSS you want can be added by creating a new tiddler tagged with $:/tags/Stylesheet. The CSS rules in this new tiddler will be applied after all other existing stylesheet tiddlers, allowing you to define whatever CSS rules you want to override the built-in defaults.
You need to use $:/tags/Stylesheet as a TAG on your custom CSS tiddler, NOT as the title of the tiddler.
Don’t put the css inside the tiddler $:/tags/Stylesheet
put it inside a tiddler say “override css” and put the $:/tags/Stylesheet tag on it in the tags area, of the tiddler.