Remove image borders

Add this code to the Custom CSS field on the Style tab of your Restaurant Menu widget’s settings:

.global-styles,
[class*='Image__ImageComponentContainer-sc']::after {
border: none !important;
}