Edit color of Close (X) button for popup

Currently there is no option to change its color, so we applied CSS:

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

Please add such controls to settings. Thank you!

1 Like