D DGG Member Nov 8, 2014 #1 I've searched and didn't find an answer. How would I remove the time stamp (of when discussion was first posted) from underneath the discussion thread title in the discussion list view? Attached image showing the item I'd like to remove. Thanks all.
I've searched and didn't find an answer. How would I remove the time stamp (of when discussion was first posted) from underneath the discussion thread title in the discussion list view? Attached image showing the item I'd like to remove. Thanks all.
Russ Well-known member Nov 8, 2014 #2 Code: .discussionListItem .startDate { display: none; } in extra.css should do the trick. Upvote 0 Downvote
Amaury Well-known member Nov 8, 2014 #4 Russ said: Code: .discussionListItem .startDate { display: none; } in extra.css should do the trick. Click to expand... Could also comment it out in the relevant template, but either way works. Upvote 0 Downvote
Russ said: Code: .discussionListItem .startDate { display: none; } in extra.css should do the trick. Click to expand... Could also comment it out in the relevant template, but either way works.