To remove the “Newest First” from above Comment Box.

You can use this code to Website Tools > Custom CSS.
span.comment-sort {
display: none !important;
}

To remove the “Newest First” from above Comment Box.

You can use this code to Website Tools > Custom CSS.
span.comment-sort {
display: none !important;
}
