Toggle To-Do Status formatting; check the box without a strike through?

I’m wondering if anyone knows of a way to include the ‘toggle to do status’ check box on a document that when checked, doesn’t strike out the entire document heading. I use the to do toggle to track when I’ve reviewed the cards in that document, but I still want to be able to cleanly see the title of the document.

Thanks!

Try this!

.rem-todo--finished {
  text-decoration: none;
}

That works perfectly! Thank you so much :slight_smile:

Hi, @ognsya! Do you know the way to do this in the 1.4 version?

With RemNote 1.4 @Dante_Gaxiola

.rem-container--todo-finished {
    text-decoration: none;
}

Nice, worked perfectly!