Is it possible that I can only see a square instead of square and TODO or NOW LATER text when I create a todo?
to
Is it possible that I can only see a square instead of square and TODO or NOW LATER text when I create a todo?
to
I found it
.block-marker {
display: none;
}
or below if upper one doesn’t work
.block-marker {
display: none !important;
}