Buy me a coffee

Comment Box – Author Section CSS

Remove Author Photo

Remove Author Photo 01 Min

Add this code to Custom CSS Box and click Save

/* remove author photo */
.avatar {
    display: none !important;
}

Remove Author Photo 02 Min

Space between Name – Comments

Space Between Name Comments 01 Min

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;
}

Space Between Name Comments 02 Min

Remove like share icons

Remove Like Share Icons 01 Min

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 Share Icons 02 Min

Remove like count

Remove Like Count Icon 01 Min

Add this code to Custom CSS Box and click Save

/* remove like count */
span.likes {
    display: none;
}

Remove Like Count Icon 02 Min