Hi there,
So it would be hard-coded into the template when I purchase it?
Yes it is. it will included on the packages it self.
Also, regarding the echo template.... is it possible to have square images of members... instead of the circles?
You have to do css template override, if you required them to shown on your site. I have provided below css below in order for you to do css template override.
.echo #es .o-avatar img {
border-radius: 2px !important;
}