askvortsov
This works, but i would like the name of the posting starter (sample hurricane) keep.
for this I would have to remove "replied X days ago" in the code and place or set a own div tag and hide it with display: none.
If I do that now, the entire line including the name is gone:
.DiscussionListItem-info {
list-style-type: none;
font-size: 11px;
color: #aaa;
display: none;
}