Need Help with CSS Code for Round Photo Frames

@Eric4, something like this will do it:

.field_xx .kn-detail-body  img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

image

1 Like