clarkwinkelmann ash3T the following custom CSS prevents the tooltip from appearing: .DiscussionListItem-author + .tooltip { display: none !important; } !important is necessary because tooltips use inline CSS to toggle their display state.