Remove calander icon

i use this css to hide date icon

.node-time.is-overdue:before {

content: none;
}

but it only remove calander icon with overdue date.
is there any css to remove calader icon from future date?

**** i solve it.
just remove .(is-overdue)
is working…

That works but I’m having trouble making other changes to node.time, for example:
.node-time
{
font-color: red;
}
doesn’t work. Help!