Okay
  Print

How to remove or hide the border around images?

You would have to edit the CSS for the ".border" class in "style.css" file to remove the border. Or, go to "Style Customizer > Others > Custom CSS" and try using the custom CSS as:

.border {
    border: 0 !important;
}