Change color of close button in popup

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

global-slyles, .eapp-portfolio-project-viewer-frame-control-cross path{
   fill: rgb(255, 0, 0) !important;
}