Tiddler Title as Link: How Remove Styles

I started using show tiddler titles as link. This is very useful:

  1. I can use the drag and drop tiddler by their title
  2. On click, the tiddler is brought to the top of window

BUT, I do not like the styles.

Question:
How can I use a stylesheet to reset the tiddler title styles like they are not clickable? I need only the pointer change on mouse hover.

1 Like

Try using:
.tc-titlebar a { ... } and/or .tc-titlebar h2 { ... }

2 Likes