Remove Author Photo
Add this code to Custom CSS Box and click Save
/* remove author photo */ .avatar { display: none !important; }
Space between Name – Comments
Add this code to Custom CSS Box and click Save
/* Space name - comment */ .comment-header { padding-bottom: 0px !important; } .comment-body p { margin-top: 5px !important; }
Remove like share icons
Add this code to Custom CSS Box and click Save
/* remove like share icons */ .squarespace-comments .comments-content .comment-list .comment .comment-header .controls { display: none; }
Remove like count
Add this code to Custom CSS Box and click Save
/* remove like count */ span.likes { display: none; }