(Squarespace) How to change color of Comment Box outline

To change color of Comment Box outline. From this.

To this.

You can use this code to Custom CSS box.

/* comment box */
.squarespace-comments .new-comment-area {
    border: 2px solid red;
}

1 Like