To remove the “Newest First” from above Comment Box on Squarespace.
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 on Squarespace.
You can use this code to Website Tools > Custom CSS.
span.comment-sort {
display: none !important;
}