Hide arrows in popup

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

.global-styles, [class*="viewer-frame-control-arrow"] {
    display: none;
}