TODOs and striking out (line-through) the text

I would love if the TODOs would allow me to tick the box, but not to strike out (line-through) the text. Is there a trick, or a setting, for this? Thanks!

1 Like

This is a feature of your theme, not logseq per se.
Try a different theme to confirm.
Change the css properties to get what you want, possibly by overwriting the property in the custom.css

It is finding, and overwriting, the right CSS property what I am after. Logseq default theme strikes through TODOs. The default theme does.

1 Like

try in custom.css:

.done {
text-decoration: none;
}

5 Likes

That’s works perfectly, as I wanted it. Thank you much!

That is not working for me - what am i doing wrong?

I copied the code in custom css right under another code snipped i added some time ago.

If you haven’t restarted, restart for the change to take effect. Otherwise, should investigate the applied styles with Ctrl + Shift + i