How to remove the "newest first" from above comments box

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

You can use this code to Website Tools > Custom CSS.

span.comment-sort {
    display: none !important;
}

image