Add this code to the Custom CSS field on the Style tab of your Portfolio widget’s settings.
Without All tab:
.eapp-portfolio-project-list-categories-item {
background: red;
}
With All tab:
.eapp-portfolio-project-list-categories-item {
background: red;
}
.eapp-portfolio-button-active {
background: red!important;
}